diff options
author | Wastack <btomi96@gmail.com> | 2016-03-31 08:46:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-01 06:46:17 +0000 |
commit | cb495d71063d60da46215a2510736eccd910fa7a (patch) | |
tree | 3179b5a73b9ca9e0e45618bfaa09c9718c0290f6 /stoc/source/security | |
parent | eea3f508c35f8f391825761ab6e1f3fbfb2fd0c1 (diff) |
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks
Change-Id: I364aa7d67c2bf867588798e07df95c3f3f2bd7f3
Reviewed-on: https://gerrit.libreoffice.org/23676
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/source/security')
-rw-r--r-- | stoc/source/security/access_controller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index b5966bb23f32..13b5f3b92759 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -258,7 +258,7 @@ Any acc_CurrentContext::getValueByName( OUString const & name ) } -static inline Reference< security::XAccessControlContext > getDynamicRestriction( +inline Reference< security::XAccessControlContext > getDynamicRestriction( Reference< XCurrentContext > const & xContext ) { if (xContext.is()) |