diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-07 20:33:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-08 09:56:07 +0000 |
commit | 3d213b3dc5130bdbacbd64be00867eecad6373e8 (patch) | |
tree | 32726b77c99f041b48172715b367aae192b39886 /include | |
parent | b5acaa42bb44ad358b0c126af18ea3bdf88d4bd3 (diff) |
make SfxGetpApp just get and move GetOrCreate to the periphery
Change-Id: If3b22635e46dbccf0fad101f51bb653cbbcd3a32
Reviewed-on: https://gerrit.libreoffice.org/34957
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/app.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 573504413c17..315e3aeaa767 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -246,7 +246,7 @@ public: inline SfxApplication* SfxGetpApp() { - return SfxApplication::GetOrCreate(); + return SfxApplication::Get(); } #endif |