From d64b83b2b05ca8f003707ffdfc1a04fd0f1acc50 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 7 Jul 2017 17:51:52 +0900 Subject: basic: Put local stuff into unnamed namespace Change-Id: Ic8515d04980ee627f964821547fb25d52240e933 Reviewed-on: https://gerrit.libreoffice.org/39681 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- basic/source/classes/eventatt.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basic') 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() ); -- cgit