summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/break.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/break.hxx')
-rw-r--r--sw/source/uibase/inc/break.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/break.hxx b/sw/source/uibase/inc/break.hxx
index 193db7105c78..2afa1f8cd21e 100644
--- a/sw/source/uibase/inc/break.hxx
+++ b/sw/source/uibase/inc/break.hxx
@@ -67,9 +67,9 @@ public:
virtual ~SwBreakDlg();
virtual void dispose() override;
- OUString GetTemplateName() { return aTemplate; }
+ const OUString& GetTemplateName() { return aTemplate; }
sal_uInt16 GetKind() { return nKind; }
- ::boost::optional<sal_uInt16> GetPageNumber() { return oPgNum; }
+ const ::boost::optional<sal_uInt16>& GetPageNumber() { return oPgNum; }
};
#endif