summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/laycache.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/laycache.hxx
parent9ea4189c507455caebaf1c96457b98cac789584a (diff)
minor code cleanups in sw/source/core/inc
Diffstat (limited to 'sw/source/core/inc/laycache.hxx')
-rw-r--r--sw/source/core/inc/laycache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx
index e355f8b00054..05d6250227c9 100644
--- a/sw/source/core/inc/laycache.hxx
+++ b/sw/source/core/inc/laycache.hxx
@@ -25,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef _LAYCACHE_HXX
#define _LAYCACHE_HXX
@@ -48,11 +49,11 @@ class SvStream;
* during the Read(..) function the lock count will set to $8000.
*
**************************************************************************/
-
class SwLayoutCache
{
SwLayCacheImpl *pImpl;
sal_uInt16 nLockCount;
+
public:
SwLayoutCache() : pImpl( NULL ), nLockCount( 0 ) {}
~SwLayoutCache();
@@ -74,7 +75,6 @@ public:
sal_Bool CompareLayout( const SwDoc& rDoc ) const;
#endif
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */