From 719a2adfbdac8ce26a035e5fedeeaade8706832d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 May 2017 16:12:01 +0200 Subject: remove unnecessary empty OUString fields and vars Change-Id: I940120087a0bc6b1b0abc30a3e7727ce22b7d9a7 Reviewed-on: https://gerrit.libreoffice.org/37394 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/unx/fontmanager.hxx | 2 +- vcl/inc/unx/helper.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index 521ac458d5a7..2e89c5f655be 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -240,7 +240,7 @@ public: // routines to get font info in small pieces // get a specific fonts PSName name - const OUString& getPSName( fontID nFontID ) const; + OUString getPSName( fontID nFontID ) const; // get a specific fonts italic type FontItalic getFontItalic( fontID nFontID ) const diff --git a/vcl/inc/unx/helper.hxx b/vcl/inc/unx/helper.hxx index a5f475e099e1..ce4f10876ec7 100644 --- a/vcl/inc/unx/helper.hxx +++ b/vcl/inc/unx/helper.hxx @@ -47,7 +47,7 @@ void splitPath( OString& rOrgPath, OString& rDir, OString& rBase ); enum class whichOfficePath { InstallationRootPath, UserPath, ConfigPath }; -OUString const & getOfficePath( whichOfficePath ePath ); +OUString getOfficePath( whichOfficePath ePath ); } // namespace -- cgit