[Libreoffice-commits] .: binfilter/bf_sfx2 binfilter/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Aug 20 04:20:31 PDT 2012
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(-)
New commits:
commit 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Aug 20 07:26:17 2012 +0200
remove two unused methods
Change-Id: Ib71b21246af0815d349ba1e5fca3613b86b9c12d
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
More information about the Libreoffice-commits
mailing list