diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-13 12:31:28 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-14 22:40:28 +0200 |
commit | 83dd91fb20b7fb28f3f4e3e28789b34534bcd4be (patch) | |
tree | e852fe4a36a48c00c7aef04aec650693245113dc | |
parent | bbdbdbc31de0236708ee3f918c49aa7193323b65 (diff) |
Convert_Impl can be static
Change-Id: If99b39aa46bfb02ece72944b9122b04458a0dae6
-rw-r--r-- | cui/source/options/optpath.cxx | 2 |
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()) |