summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layhelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/layhelp.hxx')
-rw-r--r--sw/source/core/layout/layhelp.hxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/sw/source/core/layout/layhelp.hxx b/sw/source/core/layout/layhelp.hxx
index 6b5edac673d4..71f74a2d7aad 100644
--- a/sw/source/core/layout/layhelp.hxx
+++ b/sw/source/core/layout/layhelp.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -94,17 +94,17 @@ public:
class SwActualSection
{
SwActualSection *pUpper;
- SwSectionFrm *pSectFrm;
- SwSectionNode *pSectNode;
+ SwSectionFrm *pSectFrm;
+ SwSectionNode *pSectNode;
public:
SwActualSection( SwActualSection *pUpper,
- SwSectionFrm *pSect,
- SwSectionNode *pNd );
+ SwSectionFrm *pSect,
+ SwSectionNode *pNd );
- SwSectionFrm *GetSectionFrm() { return pSectFrm; }
- void SetSectionFrm( SwSectionFrm *p ) { pSectFrm = p; }
- SwSectionNode *GetSectionNode() { return pSectNode;}
- SwActualSection *GetUpper() { return pUpper; }
+ SwSectionFrm *GetSectionFrm() { return pSectFrm; }
+ void SetSectionFrm( SwSectionFrm *p ) { pSectFrm = p; }
+ SwSectionNode *GetSectionNode() { return pSectNode;}
+ SwActualSection *GetUpper() { return pUpper; }
};
/*************************************************************************
@@ -157,28 +157,28 @@ public:
* layout cache.
*************************************************************************/
-#define SW_LAYCACHE_IO_REC_PAGES 'p'
-#define SW_LAYCACHE_IO_REC_PARA 'P'
-#define SW_LAYCACHE_IO_REC_TABLE 'T'
+#define SW_LAYCACHE_IO_REC_PAGES 'p'
+#define SW_LAYCACHE_IO_REC_PARA 'P'
+#define SW_LAYCACHE_IO_REC_TABLE 'T'
#define SW_LAYCACHE_IO_REC_FLY 'F'
-#define SW_LAYCACHE_IO_VERSION_MAJOR 1
+#define SW_LAYCACHE_IO_VERSION_MAJOR 1
#define SW_LAYCACHE_IO_VERSION_MINOR 1
class SwLayCacheIoImpl
{
- SvBytes aRecTypes;
- SvULongs aRecSizes;
+ SvBytes aRecTypes;
+ SvULongs aRecSizes;
- SvStream *pStream;
+ SvStream *pStream;
- ULONG nFlagRecEnd;
+ ULONG nFlagRecEnd;
- USHORT nMajorVersion;
- USHORT nMinorVersion;
+ USHORT nMajorVersion;
+ USHORT nMinorVersion;
- BOOL bWriteMode : 1;
- BOOL bError : 1;
+ BOOL bWriteMode : 1;
+ BOOL bError : 1;
public:
SwLayCacheIoImpl( SvStream& rStrm, BOOL bWrtMd );