Kaydet (Commit) c7a65562 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

notifyer -> notifier.

Change-Id: Ic009398d1d00550577d9f25b4d904632b063d54f
üst 14bf5784
......@@ -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 );
......
......@@ -78,7 +78,7 @@ namespace sdr
// Clone() operator, normally just calls the local copy constructor
virtual BaseProperties& Clone(SdrObject& rObj) const override;
// This is the notifyer from SfxListener
// This is the notifier from SfxListener
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) override;
};
} // end of namespace properties
......
......@@ -72,7 +72,7 @@ namespace sdr
// to be able to live without the style.
virtual void ForceStyleToHardAttributes() override;
// This is the notifyer from SfxListener
// This is the notifier from SfxListener
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) override;
// Set single item at the local ItemSet. *Does not use* AllowItemChange(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment