summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 16:22:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-02 16:53:30 +0000
commitfd6986343521bc182cb26ae974dbd7b6a7e8ef25 (patch)
treea36910fa049bbdf7f42e659fba870512fd6abbb1 /sw/source/uibase/inc/wrtsh.hxx
parent88a031e593e0a16881132b08d162ed40a5549d23 (diff)
V813: Decreased performance
Change-Id: I49c022b29a2771b5091ba04b85e5117773730b85
Diffstat (limited to 'sw/source/uibase/inc/wrtsh.hxx')
-rw-r--r--sw/source/uibase/inc/wrtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index cd394fafc21b..e1b312ef1fee 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -296,7 +296,7 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
bool bRule = false );
void InsertByWord( const OUString & );
- void InsertPageBreak(const OUString *pPageDesc = 0, ::boost::optional<sal_uInt16> pPgNum = boost::none );
+ void InsertPageBreak(const OUString *pPageDesc = 0, const ::boost::optional<sal_uInt16>& rPgNum = boost::none);
void InsertLineBreak();
void InsertColumnBreak();
void InsertFootnote(const OUString &, bool bEndNote = false, bool bEdit = true );