summaryrefslogtreecommitdiff
path: root/sw/inc/swabstdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r--sw/inc/swabstdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 925da1bfb578..c5f7c745e7cd 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -363,7 +363,7 @@ public:
sal_uInt8 nDialogMode,
const OUString *pCollName = 0,
sal_Bool bDraw = sal_False,
- OString sDefPage = OString() ) = 0;
+ const OString& sDefPage = OString() ) = 0;
virtual AbstractSwSelGlossaryDlg * CreateSwSelGlossaryDlg(Window * pParent, const OUString &rShortName) = 0;
@@ -393,7 +393,7 @@ public:
const SfxItemSet& rCoreSet,
bool bNewFrm = true,
bool bFmt = false,
- OString sDefPage = OString(),
+ const OString& sDefPage = OString(),
const OUString* pFmtStr = 0) = 0;
// @param nSlot
// Identifies optional Slot by which the creation of the Template (Style) dialog is triggered.
@@ -402,7 +402,7 @@ public:
Window* pParent,
SfxStyleSheetBase& rBase,
sal_uInt16 nRegion,
- OString sPage = OString(),
+ const OString& sPage = OString(),
SwWrtShell* pActShell = 0,
bool bNew = false) = 0;
virtual AbstractGlossaryDlg* CreateGlossaryDlg(SfxViewFrame* pViewFrame,