summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/laycache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/laycache.hxx')
-rw-r--r--sw/source/core/inc/laycache.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx
index b9a0a40ca557..5a034713d72b 100644
--- a/sw/source/core/inc/laycache.hxx
+++ b/sw/source/core/inc/laycache.hxx
@@ -20,13 +20,11 @@
#ifndef INCLUDED_SW_SOURCE_CORE_INC_LAYCACHE_HXX
#define INCLUDED_SW_SOURCE_CORE_INC_LAYCACHE_HXX
-#include <tools/solar.h>
-
class SwDoc;
class SwLayCacheImpl;
class SvStream;
-/*************************************************************************
+/*
* class SwLayoutCache
*
* This class allows to save layout information in the file and it contains
@@ -39,7 +37,8 @@ class SvStream;
* if somebody reads the information, he increments the lock count by 1,
* during the Read(..) function the lock count will set to $8000.
*
- **************************************************************************/
+ */
+
class SwLayoutCache
{
SwLayCacheImpl *pImpl;