diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-11-03 10:21:54 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-11-03 12:59:55 +0100 |
commit | c7a655625392ee4637efd4236b745d201758006d (patch) | |
tree | 92ee30e4e9b63afd7ce3a05c0fd90de975494361 /svx | |
parent | 14bf5784e98fc3add591a70410376050e56dd73b (diff) |
notifyer -> notifier.
Change-Id: Ic009398d1d00550577d9f25b4d904632b063d54f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/sdr/properties/customshapeproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/textproperties.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/customshapeproperties.hxx b/svx/inc/sdr/properties/customshapeproperties.hxx index 184ecdae20e1..141db8a5cb6c 100644 --- a/svx/inc/sdr/properties/customshapeproperties.hxx +++ b/svx/inc/sdr/properties/customshapeproperties.hxx @@ -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 diff --git a/svx/inc/sdr/properties/textproperties.hxx b/svx/inc/sdr/properties/textproperties.hxx index 16875d46db6a..bda1268ddeeb 100644 --- a/svx/inc/sdr/properties/textproperties.hxx +++ b/svx/inc/sdr/properties/textproperties.hxx @@ -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(), |