summaryrefslogtreecommitdiff
path: root/sfx2/source/notify/hintpost.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:51:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:32 +0200
commit7c2f000085cdd4ea58a69447a049523f2ad619f8 (patch)
treef0ab116c7b03100932f69732dcdaee6606d3f092 /sfx2/source/notify/hintpost.cxx
parent1d241f445a381c190c4b8c195964b96ce6bc4704 (diff)
loplugin:staticcall
Change-Id: Ie5e9e21f4c592c58094afc954f1de54512719fd5
Diffstat (limited to 'sfx2/source/notify/hintpost.cxx')
-rw-r--r--sfx2/source/notify/hintpost.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/hintpost.cxx b/sfx2/source/notify/hintpost.cxx
index fddafb36f30c..f13953845f19 100644
--- a/sfx2/source/notify/hintpost.cxx
+++ b/sfx2/source/notify/hintpost.cxx
@@ -41,7 +41,7 @@ SfxHintPoster::~SfxHintPoster()
void SfxHintPoster::Post( SfxHint* pHintToPost )
{
- GetpApp()->PostUserEvent( ( LINK(this, SfxHintPoster, DoEvent_Impl) ), pHintToPost );
+ Application::PostUserEvent( ( LINK(this, SfxHintPoster, DoEvent_Impl) ), pHintToPost );
AddRef();
}