From 95493cd49f4a80624220c2be6a787b7531f60b8e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Mar 2015 11:27:49 +0000 Subject: V813: Decreased performance Change-Id: I6a988077a3a2e2adf33a2c00a84b929e8133133f --- sw/source/filter/ww8/rtfattributeoutput.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx') diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx index a056849a4c27..67fca713bd47 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.hxx +++ b/sw/source/filter/ww8/rtfattributeoutput.hxx @@ -184,7 +184,7 @@ public: /// The style of the page numbers. /// - virtual void SectionPageNumbering(sal_uInt16 nNumType, ::boost::optional oPageRestartNumber) SAL_OVERRIDE; + virtual void SectionPageNumbering(sal_uInt16 nNumType, const ::boost::optional& oPageRestartNumber) SAL_OVERRIDE; /// The type of breaking. virtual void SectionType(sal_uInt8 nBreakCode) SAL_OVERRIDE; -- cgit