[Libreoffice-commits] core.git: basic/source
Takeshi Abe
tabe at fixedpoint.jp
Fri Jul 7 10:16:17 UTC 2017
basic/source/classes/eventatt.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d64b83b2b05ca8f003707ffdfc1a04fd0f1acc50
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Jul 7 17:51:52 2017 +0900
basic: Put local stuff into unnamed namespace
Change-Id: Ic8515d04980ee627f964821547fb25d52240e933
Reviewed-on: https://gerrit.libreoffice.org/39681
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>
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() );
More information about the Libreoffice-commits
mailing list