[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Wed Apr 9 07:44:47 PDT 2014


 sfx2/source/appl/appserv.cxx |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit b43ffeb8286ceb79a6142876342c5affe39df333
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 9 16:44:08 2014 +0200

    Remove unused MacroOrganizer
    
    Change-Id: I637e84ae7fa82f687eb3f05b3e24e236f0ba8e3c

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 53250ba..0fa9242 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -873,27 +873,6 @@ OUString ChooseMacro( const Reference< XModel >& rxLimitToDocument, bool bChoose
 #endif
 }
 
-void MacroOrganizer( sal_Int16 nTabId )
-{
-#ifndef DISABLE_DYNLOADING
-    // get basctl dllname
-    static OUString aLibName( SVLIBRARY( "basctl"  ) );
-
-    // load module
-    oslModule handleMod = osl_loadModuleRelative(
-        &thisModule, aLibName.pData, 0 );
-
-    // get symbol
-    OUString aSymbol( "basicide_macro_organizer"  );
-    basicide_macro_organizer pSymbol = (basicide_macro_organizer) osl_getFunctionSymbol( handleMod, aSymbol.pData );
-    // call basicide_macro_organizer in basctl
-    pSymbol( nTabId );
-#else
-    basicide_macro_organizer( nTabId );
-#endif
-
-}
-
 #endif
 
 


More information about the Libreoffice-commits mailing list