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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx
index 5871460c931b..d75e2dd7a28a 100644
--- a/sw/source/core/inc/laycache.hxx
+++ b/sw/source/core/inc/laycache.hxx
@@ -47,7 +47,7 @@ public:
~SwLayoutCache();
void Read( SvStream &rStream );
- void Write( SvStream &rStream, const SwDoc& rDoc );
+ static void Write( SvStream &rStream, const SwDoc& rDoc );
void ClearImpl();
bool IsLocked() const { return nLockCount > 0; }