Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


From 91563824581c9125edc8d1b478d57804d2d4e405 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <thomas@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.