diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:24:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:24:14 +0100 |
commit | 5eac8941849c30b454f8a1e74a232cd995fc57d3 (patch) | |
tree | d74e73a8361cf468458d553a35cf3d45fea54d4a /sfx2/inc | |
parent | b972e05976e50c94e700800bbc78b54186c3b9f5 (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/inc')
-rw-r--r-- | sfx2/inc/sfx2/app.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sfx2/objsh.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx index 80be15d6f1e5..5ff15f277b2e 100644 --- a/sfx2/inc/sfx2/app.hxx +++ b/sfx2/inc/sfx2/app.hxx @@ -136,7 +136,6 @@ class SFX2_DLLPUBLIC SfxApplication: public SfxShell void Init(); void Exit(); void SettingsChange( sal_uInt16, const AppSettings & ); - void PreInit( ); void Quit(); void Deinitialize(); diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx index 5e96dc80a828..4b1c16bc2970 100644 --- a/sfx2/inc/sfx2/objsh.hxx +++ b/sfx2/inc/sfx2/objsh.hxx @@ -443,7 +443,6 @@ public: // Misc sal_Bool IsPreview() const; SfxObjectCreateMode GetCreateMode() const { return eCreateMode; } - virtual void MemoryError(); SfxProgress* GetProgress() const; void SetWaitCursor( sal_Bool bSet ) const; |