diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-11 13:12:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-13 11:03:03 +0100 |
commit | c60ee62c2de57a6fca7d731062ca7c4146377fa1 (patch) | |
tree | df82f3317d7d8c9de69e293830f517828858f167 /include/sfx2/app.hxx | |
parent | c4787618a1edb57c371215ce2b88eae3cc84f9f6 (diff) |
sfx2: rename static variable SfxApplication::pApp etc.
Change-Id: I69bb8ab014864ad77448785dfcd291d7c51a0cef
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r-- | include/sfx2/app.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 0d9e8e31b93d..d00aa953b001 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -115,8 +115,6 @@ class SfxObjectShellLock; class SFX2_DLLPUBLIC SfxApplication: public SfxShell { - SAL_DLLPRIVATE static SfxApplication* pApp; - SfxAppData_Impl* pAppData_Impl; DECL_DLLPRIVATE_LINK_TYPED( GlobalBasicErrorHdl_Impl, StarBASIC*, bool ); @@ -135,7 +133,7 @@ public: SfxApplication(); virtual ~SfxApplication(); static SfxApplication* GetOrCreate(); - static SfxApplication* Get() { return pApp;} + static SfxApplication* Get(); // Resource Manager static ResMgr* GetSfxResManager(); |