summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-20 12:24:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:24:14 +0100
commit5eac8941849c30b454f8a1e74a232cd995fc57d3 (patch)
treed74e73a8361cf468458d553a35cf3d45fea54d4a /sfx2/source
parentb972e05976e50c94e700800bbc78b54186c3b9f5 (diff)
PreInit and MemoryError can be removed from core
The logic of 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163 in binfilter appears to hold for core as well Change-Id: I73cd47586c4c83858f9eca92e019ad0108b514e0
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/app.cxx1
-rw-r--r--sfx2/source/appl/appmain.cxx6
-rw-r--r--sfx2/source/doc/objmisc.cxx6
3 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 4ee6df444ed1..3aa48ab14e60 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -187,7 +187,6 @@ SfxApplication::SfxApplication()
pAppData_Impl = new SfxAppData_Impl( this );
pAppData_Impl->m_xImeStatusWindow->init();
- pApp->PreInit();
RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ initialize DDE" );
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index d2f66bf17e3e..edf1478239aa 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -103,12 +103,6 @@ void SfxApplication::Exit()
{
}
-//---------------------------------------------------------------------------
-
-void SfxApplication::PreInit( )
-{
-}
-
//-------------------------------------------------------------------------
SfxFilterMatcher& SfxApplication::GetFilterMatcher()
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index ada681f1883d..842d716c2be7 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -983,12 +983,6 @@ void SfxObjectShell::SetNoName()
//--------------------------------------------------------------------
-void SfxObjectShell::MemoryError()
-{
-}
-
-//--------------------------------------------------------------------
-
SfxProgress* SfxObjectShell::GetProgress() const
{
return pImp->pProgress;