summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-14 14:51:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 09:06:37 +0200
commite662968999a904244c2be826128660a66f1d78e3 (patch)
treee5da5cae61785b1502123955a5be6200f448a1f9 /sw/source/uibase/inc
parent6131eee742a972c41b9017de455b8b8104bcaf32 (diff)
loplugin:useuniqueptr in initui
Change-Id: I19f4762b17fcd6841b7c6520770400297f59dd03 Reviewed-on: https://gerrit.libreoffice.org/60608 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/initui.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/initui.hxx b/sw/source/uibase/inc/initui.hxx
index 2278dd9138ec..246f7d274a29 100644
--- a/sw/source/uibase/inc/initui.hxx
+++ b/sw/source/uibase/inc/initui.hxx
@@ -35,16 +35,16 @@ class SwThesaurus;
*/
extern SwThesaurus* pThes;
-SW_DLLPUBLIC OUString GetOldGrfCat();
+SW_DLLPUBLIC const OUString& GetOldGrfCat();
SW_DLLPUBLIC void SetOldGrfCat(const OUString& sStr);
-SW_DLLPUBLIC OUString GetOldTabCat();
+SW_DLLPUBLIC const OUString& GetOldTabCat();
SW_DLLPUBLIC void SetOldTabCat(const OUString& sStr);
-SW_DLLPUBLIC OUString GetOldFrameCat();
+SW_DLLPUBLIC const OUString& GetOldFrameCat();
SW_DLLPUBLIC void SetOldFrameCat(const OUString& sStr);
-SW_DLLPUBLIC OUString GetOldDrwCat();
+SW_DLLPUBLIC const OUString& GetOldDrwCat();
SW_DLLPUBLIC void SetOldDrwCat(const OUString& sStr);
-SW_DLLPUBLIC OUString GetCurrGlosGroup();
+SW_DLLPUBLIC const OUString& GetCurrGlosGroup();
SW_DLLPUBLIC void SetCurrGlosGroup(const OUString& sStr);
// provides textblock management