>From 91563824581c9125edc8d1b478d57804d2d4e405 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <tho...@arnhold.org>
Date: Mon, 20 Aug 2012 07:26:17 +0200
Subject: [PATCH] remove two unused methods

Change-Id: Ib71b21246af0815d349ba1e5fca3613b86b9c12d
---
 binfilter/bf_sfx2/source/appl/sfx2_app.cxx     | 1 -
 binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx | 5 -----
 binfilter/bf_sfx2/source/doc/sfx2_objmisc.cxx  | 7 -------
 binfilter/inc/bf_sfx2/app.hxx                  | 1 -
 binfilter/inc/bf_sfx2/objsh.hxx                | 1 -
 5 files changed, 15 deletions(-)

diff --git a/binfilter/bf_sfx2/source/appl/sfx2_app.cxx b/binfilter/bf_sfx2/source/appl/sfx2_app.cxx
index 2bab8e1..d99dc12 100644
--- a/binfilter/bf_sfx2/source/appl/sfx2_app.cxx
+++ b/binfilter/bf_sfx2/source/appl/sfx2_app.cxx
@@ -116,7 +116,6 @@ SfxApplication* SfxApplication::pApp = NULL;
 /*N*/
 /*N*/   pAppData_Impl = new SfxAppData_Impl( this );
 /*N*/     pAppData_Impl->m_xImeStatusWindow->init();
-/*N*/     pApp->PreInit();
 /*N*/
 /*N*/     pCfgMgr = new SfxConfigManager;
 /*N*/ }
diff --git a/binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx b/binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx
index 48d612e..fa9dd2f 100644
--- a/binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx
+++ b/binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx
@@ -167,11 +167,6 @@ SV_DECL_PTRARR(SfxInitLinkList, LinkPtr, 4, 4)
 
 //---------------------------------------------------------------------------
 
-/*N*/ void SfxApplication::PreInit( )
-/*N*/ {
-/*N*/ }
-
-
 void SfxApplication::Main( )
 {
 }
diff --git a/binfilter/bf_sfx2/source/doc/sfx2_objmisc.cxx b/binfilter/bf_sfx2/source/doc/sfx2_objmisc.cxx
index f809c55..9c53209 100644
--- a/binfilter/bf_sfx2/source/doc/sfx2_objmisc.cxx
+++ b/binfilter/bf_sfx2/source/doc/sfx2_objmisc.cxx
@@ -571,13 +571,6 @@ namespace binfilter {
 
 //--------------------------------------------------------------------
 
-void SfxObjectShell::MemoryError()
-{
-    DBG_BF_ASSERT(0, "STRIP");  // VIRTUAL
-}
-
-//--------------------------------------------------------------------
-
 /*N*/ SfxProgress* SfxObjectShell::GetProgress() const
 /*N*/ {
 /*N*/   return pImp->pProgress;
diff --git a/binfilter/inc/bf_sfx2/app.hxx b/binfilter/inc/bf_sfx2/app.hxx
index 7222fed..8f30f5b 100644
--- a/binfilter/inc/bf_sfx2/app.hxx
+++ b/binfilter/inc/bf_sfx2/app.hxx
@@ -216,7 +216,6 @@ public:
 
     virtual void                Main( );
 
-    void                        PreInit( );
     static SfxApplication*      GetOrCreate();
     void                        Quit();
     void                        InitLabelResMgr( const char* );
diff --git a/binfilter/inc/bf_sfx2/objsh.hxx b/binfilter/inc/bf_sfx2/objsh.hxx
index 6111770..42c2cc6 100644
--- a/binfilter/inc/bf_sfx2/objsh.hxx
+++ b/binfilter/inc/bf_sfx2/objsh.hxx
@@ -274,7 +274,6 @@ public:
     // Misc
     sal_Bool                    IsPreview() const;
     SfxObjectCreateMode         GetCreateMode() const { return eCreateMode; }
-    virtual void                MemoryError();
     SfxProgress*                GetProgress() const;
 
     // Naming Interface
-- 
1.7.11.5

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to