summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index d2c8abc5d0bb..070335b41f15 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -52,8 +52,8 @@ public:
short nCurBlk;
SwXMLTextBlocks( const OUString& rFile );
SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const OUString& rFile );
- void AddName( const OUString&, const OUString&, const OUString&, bool bOnlyTxt = false );
- virtual void AddName( const OUString&, const OUString&, bool bOnlyTxt = false ) SAL_OVERRIDE;
+ void AddName( const OUString&, const OUString&, const OUString&, bool bOnlyText = false );
+ virtual void AddName( const OUString&, const OUString&, bool bOnlyText = false ) SAL_OVERRIDE;
static OUString GeneratePackageName ( const OUString& rShort );
virtual ~SwXMLTextBlocks();
virtual sal_uLong Delete( sal_uInt16 ) SAL_OVERRIDE;
@@ -80,7 +80,7 @@ public:
bool IsOnlyTextBlock( sal_uInt16 nIdx ) const;
void SetIsTextOnly( const OUString& rShort, bool bNewValue );
- virtual sal_uLong GetMacroTable( sal_uInt16, SvxMacroTableDtor& rMacroTbl,
+ virtual sal_uLong GetMacroTable( sal_uInt16, SvxMacroTableDtor& rMacroTable,
bool bFileAlreadyOpen = false ) SAL_OVERRIDE;
virtual sal_uLong SetMacroTable( sal_uInt16 nIdx,
const SvxMacroTableDtor& rMacroTable,