summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/fntcache.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-06-07 14:15:00 +0200
committerPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-06-13 20:29:14 +0200
commit74b5a0dd4bb150fe807e678d157149f607ca246d (patch)
tree34186f5c8aac279af37c6b91a7617194f1e4c92b /sw/source/core/inc/fntcache.hxx
parent9ea4189c507455caebaf1c96457b98cac789584a (diff)
minor code cleanups in sw/source/core/inc
Diffstat (limited to 'sw/source/core/inc/fntcache.hxx')
-rw-r--r--sw/source/core/inc/fntcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/fntcache.hxx b/sw/source/core/inc/fntcache.hxx
index e0eeb508355e..7affcf1f50e2 100644
--- a/sw/source/core/inc/fntcache.hxx
+++ b/sw/source/core/inc/fntcache.hxx
@@ -25,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef _FNTCACHE_HXX
#define _FNTCACHE_HXX
@@ -37,7 +38,7 @@ class Printer;
class OutputDevice;
class FontMetric;
class SwFntObj;
-class SwDrawTextInfo; // DrawText
+class SwDrawTextInfo;
class ViewShell;
class SwSubFont;
class MapMode;
@@ -45,7 +46,6 @@ class MapMode;
class SwFntCache : public SwCache
{
public:
-
inline SwFntCache() : SwCache(50
#ifdef DBG_UTIL
, rtl::OString(RTL_CONSTASCII_STRINGPARAM("Global Font-Cache pFntCache"))