summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/apphdl.cxx
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:47:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:46:33 +0000
commit9af411abce1e22d55b73d5bbac3b7a6a8535eb3b (patch)
tree1f4ae767e429af067f97bd07c305b1f9ed35839f /sw/source/uibase/app/apphdl.cxx
parentcb495d71063d60da46215a2510736eccd910fa7a (diff)
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks Change-Id: Ie3160af9decf04ceeda02dc20a6518afaa80f972 Reviewed-on: https://gerrit.libreoffice.org/23677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/source/uibase/app/apphdl.cxx')
-rw-r--r--sw/source/uibase/app/apphdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx
index 745399066df8..c623d484a117 100644
--- a/sw/source/uibase/app/apphdl.cxx
+++ b/sw/source/uibase/app/apphdl.cxx
@@ -123,7 +123,7 @@ using namespace ::com::sun::star;
namespace
{
- static bool lcl_hasAllComponentsAvailable()
+ bool lcl_hasAllComponentsAvailable()
{
try
{