summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-07-07 17:51:52 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-07-07 12:15:45 +0200
commitd64b83b2b05ca8f003707ffdfc1a04fd0f1acc50 (patch)
tree78486585c76695c26af2dae5e25577fb87de104e /basic
parent99cd7dc54ff8b2c6ea895e2808d9e0eeb7fb707c (diff)
basic: Put local stuff into unnamed namespace
Change-Id: Ic8515d04980ee627f964821547fb25d52240e933 Reviewed-on: https://gerrit.libreoffice.org/39681 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/eventatt.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx
index bd81d108cfb6..7dc252a9d58b 100644
--- a/basic/source/classes/eventatt.cxx
+++ b/basic/source/classes/eventatt.cxx
@@ -62,6 +62,7 @@ using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::io;
using namespace ::cppu;
+namespace {
void SFURL_firing_impl( const ScriptEvent& aScriptEvent, Any* pRet, const Reference< frame::XModel >& xModel )
{
@@ -401,6 +402,8 @@ css::uno::Reference< css::container::XNameContainer > implFindDialogLibForDialog
return aDlgLib;
}
+}
+
void RTL_Impl_CreateUnoDialog( SbxArray& rPar )
{
Reference< XComponentContext > xContext( comphelper::getProcessComponentContext() );