summaryrefslogtreecommitdiff
path: root/idlc/source/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/options.cxx')
-rw-r--r--idlc/source/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index a188cf5d765b..b4b7584af060 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -187,7 +187,7 @@ bool Options::setOption(char const * option, std::string const & rArg)
a windows short Url. The ucpp preprocessor has problems with such paths and returns
with error.
*/
-OString convertIncPathtoShortWindowsPath(const OString& incPath) {
+static OString convertIncPathtoShortWindowsPath(const OString& incPath) {
OUString path = OStringToOUString(incPath, RTL_TEXTENCODING_UTF8);
std::vector<sal_Unicode> vec(path.getLength() + 1);