summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/laycache.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-15 01:13:52 -0200
committerMarcos Souza <marcos.souza.org@gmail.com>2014-02-17 10:26:30 +0000
commit067d08029384af6e620f0fc48e31ff2a740e1fc8 (patch)
tree79686fab1bce28da089332730891c790a669f780 /sw/source/core/inc/laycache.hxx
parentf03e95da68138a48ba2d4b6ab382b839577f0a1d (diff)
fdo#63154 Remove unused solar.h reference in sw.
Change-Id: I6e13f3705cb591573693cf60220e32aa823c5886 Reviewed-on: https://gerrit.libreoffice.org/8067 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
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;