summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/misc
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:40:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:44:34 +0000
commit9e596250a6e968c5d1e2fb0de582ae242e02acf9 (patch)
treea55adaf8625798e22550238ca3498442a7bf7663 /desktop/source/deployment/misc
parenttdf#97966 Drop 'static' keywords (diff)
downloadcore-9e596250a6e968c5d1e2fb0de582ae242e02acf9.tar.gz
core-9e596250a6e968c5d1e2fb0de582ae242e02acf9.zip
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks Change-Id: Icff7c0308843d6a7608be24d7fcf11fa079c7b72 Reviewed-on: https://gerrit.libreoffice.org/23672 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index 24f23a585e30..28cf3d17b3c2 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -138,7 +138,7 @@ bool existsOfficePipe()
}
//get modification time
-static bool getModifyTimeTargetFile(const OUString &rFileURL, TimeValue &rTime)
+bool getModifyTimeTargetFile(const OUString &rFileURL, TimeValue &rTime)
{
salhelper::LinkResolver aResolver(osl_FileStatus_Mask_ModifyTime);