summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-09-13 12:31:28 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-09-14 22:40:28 +0200
commit83dd91fb20b7fb28f3f4e3e28789b34534bcd4be (patch)
treee852fe4a36a48c00c7aef04aec650693245113dc /cui
parentAvoid getTokenCount in Convert_Impl (optpath.cxx) (diff)
downloadcore-83dd91fb20b7fb28f3f4e3e28789b34534bcd4be.tar.gz
core-83dd91fb20b7fb28f3f4e3e28789b34534bcd4be.zip
Convert_Impl can be static
Change-Id: If99b39aa46bfb02ece72944b9122b04458a0dae6
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 289d29542475..e7f2a58a1b42 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -141,7 +141,7 @@ static OUString getCfgName_Impl( sal_uInt16 _nHandle )
#define MULTIPATH_DELIMITER ';'
-OUString Convert_Impl( const OUString& rValue )
+static OUString Convert_Impl( const OUString& rValue )
{
OUString aReturn;
if (rValue.isEmpty())