basic/source/classes/eventatt.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit d64b83b2b05ca8f003707ffdfc1a04fd0f1acc50 Author: Takeshi Abe <t...@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 <c...@libreoffice.org> Reviewed-by: Takeshi Abe <t...@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() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits