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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/layout/layhelp.hxx b/sw/source/core/layout/layhelp.hxx
index f3a56cef2ae1..546d49f62915 100644
--- a/sw/source/core/layout/layhelp.hxx
+++ b/sw/source/core/layout/layhelp.hxx
@@ -76,7 +76,7 @@ public:
bool IsUseFlyCache() const { return bUseFlyCache; }
};
-// Helps to create the sectionframes during the _InsertCnt-function
+// Helps to create the sectionframes during the InsertCnt_-function
// by controlling nested sections.
class SwActualSection
{
@@ -94,7 +94,7 @@ public:
SwActualSection *GetUpper() { return pUpper; }
};
-// Helps during the _InsertCnt-function to create new pages.
+// Helps during the InsertCnt_-function to create new pages.
// If there's a layoutcache available, this information is used.
class SwLayHelper
{
@@ -112,7 +112,7 @@ class SwLayHelper
sal_uInt16 nIndex; // the index in the page break array
size_t nFlyIdx; // the index in the fly cache array
bool bFirst : 1;
- void _CheckFlyCache( SwPageFrame* pPage );
+ void CheckFlyCache_( SwPageFrame* pPage );
public:
SwLayHelper( SwDoc *pD, SwFrame* &rpF, SwFrame* &rpP, SwPageFrame* &rpPg,
SwLayoutFrame* &rpL, SwActualSection* &rpA, bool &rBrk,
@@ -126,7 +126,7 @@ public:
/// Look for fresh text frames at this (new) page and set them to the right
/// position, if they are in the fly cache.
void CheckFlyCache( SwPageFrame* pPage )
- { if( pImpl && nFlyIdx < pImpl->GetFlyCount() ) _CheckFlyCache( pPage ); }
+ { if( pImpl && nFlyIdx < pImpl->GetFlyCount() ) CheckFlyCache_( pPage ); }
};
// Contains the data structures that are required to read and write a layout cache.