summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:42:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:45:36 +0000
commit20ba5d464a9fba3090af6a644a331ee237356fea (patch)
tree05f252c112fd423addd852cee1713060ea89abca /fpicker
parent9e596250a6e968c5d1e2fb0de582ae242e02acf9 (diff)
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks Change-Id: I8bcd7e8a492ee4dbfa5141416c7c038a1391cf20 Reviewed-on: https://gerrit.libreoffice.org/23673 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 3d86696bf9bb..6d42b49d4ece 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -270,7 +270,7 @@ namespace
}
#endif
- static OUString lcl_ensureFinalSlash( const OUString& _rDir )
+ OUString lcl_ensureFinalSlash( const OUString& _rDir )
{
INetURLObject aWorkPathObj( _rDir, INetProtocol::File );
aWorkPathObj.setFinalSlash();