[Libreoffice-commits] .: binfilter/bf_basic binfilter/bf_sfx2 binfilter/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Jul 21 02:35:00 PDT 2011
binfilter/bf_basic/source/basmgr/basmgr.cxx | 9 ---------
binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx | 6 ------
binfilter/bf_sfx2/source/inc/cfgmgr.hxx | 1 -
binfilter/inc/bf_basic/basmgr.hxx | 3 +--
4 files changed, 1 insertion(+), 18 deletions(-)
New commits:
commit ccae9c8504a18369086dfca8559a12b16189bb62
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jul 21 09:25:23 2011 +0100
unused methods
diff --git a/binfilter/bf_basic/source/basmgr/basmgr.cxx b/binfilter/bf_basic/source/basmgr/basmgr.cxx
index 34832e7..a3e6372 100644
--- a/binfilter/bf_basic/source/basmgr/basmgr.cxx
+++ b/binfilter/bf_basic/source/basmgr/basmgr.cxx
@@ -891,15 +891,6 @@ BasicManager::BasicManager( StarBASIC* pSLib, String* pLibPath )
bBasMgrModified = FALSE;
}
-BasicManager::BasicManager()
-{
- DBG_CTOR( BasicManager, 0 );
- // Diese CTOR darf nur verwendet werden um bei 'Speichern unter'
- // die relativen Pfade anzupassen, das gibt kein AppBasic und somit
- // duerfen auch keine Libs geladen werden...
- Init();
-}
-
BOOL BasicManager::HasBasicWithModules( const SotStorage& rStorage, const String& rBaseURL )
{
if( !rStorage.IsStream( ManagerStreamName ) )
diff --git a/binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx b/binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx
index db034a1..b02f8ce 100644
--- a/binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx
+++ b/binfilter/bf_sfx2/source/config/sfx2_cfgmgr.cxx
@@ -219,12 +219,6 @@ static const char pStorageName[] = "Configurations";
/*N*/ return TRUE;
/*N*/ }
-/*?*/ BOOL SfxConfigManager::StoreConfiguration_Impl( SotStorage* /*pStorage*/ )
-/*?*/ {DBG_BF_ASSERT(0, "STRIP");
-/*?*/ BOOL bRet = TRUE;
-/*?*/ return bRet;
-/*?*/ }
-
// ----------------------------------------------------------------------------
/*N*/ void SfxConfigManager::AddConfigItem( SfxConfigItem& rCItem )
diff --git a/binfilter/bf_sfx2/source/inc/cfgmgr.hxx b/binfilter/bf_sfx2/source/inc/cfgmgr.hxx
index b254285..17390f4 100644
--- a/binfilter/bf_sfx2/source/inc/cfgmgr.hxx
+++ b/binfilter/bf_sfx2/source/inc/cfgmgr.hxx
@@ -51,7 +51,6 @@ private:
const SfxConfigManager& operator=( const SfxConfigManager& );
BOOL LoadConfiguration( SotStorage& rStorage );
- BOOL StoreConfiguration_Impl( SotStorage* pStorage=NULL );
public:
enum Error {
diff --git a/binfilter/inc/bf_basic/basmgr.hxx b/binfilter/inc/bf_basic/basmgr.hxx
index c093977..a3bd2b1 100644
--- a/binfilter/inc/bf_basic/basmgr.hxx
+++ b/binfilter/inc/bf_basic/basmgr.hxx
@@ -165,8 +165,7 @@ protected:
BasicLibInfo* FindLibInfo( StarBASIC* pBasic ) const;
void CheckModules( StarBASIC* pBasic, BOOL bReference ) const;
void SetFlagToAllLibs( short nFlag, BOOL bSet ) const;
- BasicManager(); // Nur zum anpassen von Pfaden bei 'Speichern unter'.
- ~BasicManager();
+ ~BasicManager();
public:
TYPEINFO();
More information about the Libreoffice-commits
mailing list