diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-05-12 08:38:13 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-05-12 08:38:13 +0200 |
commit | cd50d383f645aa1d188331039d334faebfa1add0 (patch) | |
tree | 3d4860ea6c736e625ffbb587d8aaf18c4af01d7c /sfx2/inc | |
parent | ddd3ac4abb2054e30440198bc9ab54ae227d1f82 (diff) |
CWS mba33issues01: #i105239#: safe way to access SfxApplication in IMEStatusWindow
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/app.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx index 17b2dee417cd..e38a2e9dbe7f 100644 --- a/sfx2/inc/sfx2/app.hxx +++ b/sfx2/inc/sfx2/app.hxx @@ -258,7 +258,7 @@ public: void ResetLastDir(); //#if 0 // _SOLAR__PRIVATE - SAL_DLLPRIVATE static SfxApplication* Is_Impl() { return pApp;} + SAL_DLLPRIVATE static SfxApplication* Get() { return pApp;} SAL_DLLPRIVATE SfxDispatcher* GetAppDispatcher_Impl(); SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl(); |