summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-03 10:21:54 +0100
committerJan Holesovsky <kendy@collabora.com>2015-11-03 12:59:55 +0100
commitc7a655625392ee4637efd4236b745d201758006d (patch)
tree92ee30e4e9b63afd7ce3a05c0fd90de975494361 /sfx2
parent14bf5784e98fc3add591a70410376050e56dd73b (diff)
notifyer -> notifier.
Change-Id: Ic009398d1d00550577d9f25b4d904632b063d54f
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 5fe8763bd350..c108c90f4bf6 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -303,11 +303,11 @@ void ShutdownIcon::FromTemplate()
PropertyValue* pArg = aArgs.getArray();
pArg[0].Name = "Referer";
pArg[0].Value <<= OUString("private:user");
- css::uno::Reference< css::frame::XNotifyingDispatch > xNotifyer( xDisp, UNO_QUERY );
- if ( xNotifyer.is() )
+ css::uno::Reference< css::frame::XNotifyingDispatch > xNotifier(xDisp, UNO_QUERY);
+ if (xNotifier.is())
{
EnterModalMode();
- xNotifyer->dispatchWithNotification( aTargetURL, aArgs, new SfxNotificationListener_Impl() );
+ xNotifier->dispatchWithNotification(aTargetURL, aArgs, new SfxNotificationListener_Impl());
}
else
xDisp->dispatch( aTargetURL, aArgs );