From 14d0fbe96c6abdb9da80e99953aec672f999948c Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 13 Dec 2020 19:22:19 +0900
Subject: Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kpdf/xpdf/splash/SplashFontFileID.cpp | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 kpdf/xpdf/splash/SplashFontFileID.cpp

(limited to 'kpdf/xpdf/splash/SplashFontFileID.cpp')

diff --git a/kpdf/xpdf/splash/SplashFontFileID.cpp b/kpdf/xpdf/splash/SplashFontFileID.cpp
new file mode 100644
index 00000000..9182d4d8
--- /dev/null
+++ b/kpdf/xpdf/splash/SplashFontFileID.cpp
@@ -0,0 +1,23 @@
+//========================================================================
+//
+// SplashFontFileID.cpp
+//
+//========================================================================
+
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
+#pragma implementation
+#endif
+
+#include "SplashFontFileID.h"
+
+//------------------------------------------------------------------------
+// SplashFontFileID
+//------------------------------------------------------------------------
+
+SplashFontFileID::SplashFontFileID() {
+}
+
+SplashFontFileID::~SplashFontFileID() {
+}
-- 
cgit v1.2.3