From 9e596250a6e968c5d1e2fb0de582ae242e02acf9 Mon Sep 17 00:00:00 2001 From: Wastack Date: Thu, 31 Mar 2016 08:40:23 +0200 Subject: 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 Reviewed-by: Stephan Bergmann --- desktop/source/app/dispatchwatcher.cxx | 2 +- desktop/source/deployment/misc/dp_misc.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index 9f1c7bd06fa9..7279a8f0368d 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -126,7 +126,7 @@ std::shared_ptr impl_lookupExportFilterForUrl( const rtl::OUStr return pBestMatch; } -static std::shared_ptr impl_getExportFilterFromUrl( +std::shared_ptr impl_getExportFilterFromUrl( const rtl::OUString& rUrl, const rtl::OUString& rFactory) { try 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); -- cgit