diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-27 10:26:55 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-27 17:08:04 +0200 |
commit | d92aa2f445662aa9ca7d81fef1e667bcae031fc6 (patch) | |
tree | a773275c7753286fbf116eef4d20c1f31bb6b123 /include | |
parent | 556981f07815a0de0ad3576ba6f8639671a6c13c (diff) |
remove SFX_APP() macro that was a mer wrapper for SfxGetApp()
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/app.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 3f81077d5b43..1c677566ea6c 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -264,8 +264,6 @@ public: sfx2::sidebar::Theme & GetSidebarTheme(); }; -#define SFX_APP() SfxGetpApp() - inline SfxApplication* SfxGetpApp() { return SfxApplication::GetOrCreate(); |