summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-26 13:43:21 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-26 13:43:21 +0100
commit3c94c604112d85e60fa842ab00ee47d93ba47c8c (patch)
tree5436342526c91e2034008e1b961f218b20b406be /sw/source/filter/ww8/wrtww8.hxx
parent106ba532700ad43305d7f59b82475bcb76c8c57e (diff)
cmcfixes74: #i110859 fix solaris compiler warning and disambiguate the AppendSeps
Diffstat (limited to 'sw/source/filter/ww8/wrtww8.hxx')
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index dd79b0f91c..52fb08213e 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -192,10 +192,10 @@ public:
MSWordSections( MSWordExportBase& rExport );
virtual ~MSWordSections();
- void AppendSep( const SwPageDesc* pPd,
+ void AppendSection( const SwPageDesc* pPd,
const SwSectionFmt* pSectionFmt = 0,
ULONG nLnNumRestartNo = 0 );
- void AppendSep( const SwFmtPageDesc& rPd,
+ void AppendSection( const SwFmtPageDesc& rPd,
const SwNode& rNd,
const SwSectionFmt* pSectionFmt,
ULONG nLnNumRestartNo );