diff options
author | Wastack <btomi96@gmail.com> | 2016-03-31 08:45:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-01 06:46:02 +0000 |
commit | eea3f508c35f8f391825761ab6e1f3fbfb2fd0c1 (patch) | |
tree | d956fb94b7d9cf4b978eb1a9aca2910fca93d384 /shell/source/sessioninstall | |
parent | 1271eadfac7e77ff7b249e64be3857ffdc0a261c (diff) |
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks
Change-Id: I87f2ed75888b51ec9e0cb75566bf7c2351b479b4
Reviewed-on: https://gerrit.libreoffice.org/23675
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source/sessioninstall')
-rw-r--r-- | shell/source/sessioninstall/SyncDbusSessionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx index eca1a4bbb9e5..2b6659a67d22 100644 --- a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx +++ b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx @@ -36,7 +36,7 @@ namespace } GError*& getRef() { return m_pError; } }; - static inline GDBusProxy* lcl_GetPackageKitProxy(const OUString& sInterface) + inline GDBusProxy* lcl_GetPackageKitProxy(const OUString& sInterface) { const OString sFullInterface = OUStringToOString("org.freedesktop.PackageKit." + sInterface, RTL_TEXTENCODING_ASCII_US); GDBusProxy* proxy = nullptr; |