summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-14 09:18:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-15 12:47:00 +0100
commitd3ef6070dc0a597a1a7cef7c39c50b95d664976d (patch)
tree3212b27cf1b2496054bc56f89e50c2e4bc2e3d15 /sw/inc/postithelper.hxx
parentd9cc120870657d32d7712cb77ce216eaa407f96f (diff)
rename GetBroadCaster->GetBroadcaster
Change-Id: I76ca0cd28b4c6a95d9021c760f61db982283377b Reviewed-on: https://gerrit.libreoffice.org/66313 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index e0f934dfe025..3c22ad9fd357 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -118,7 +118,7 @@ public:
virtual SwPosition GetAnchorPosition() const = 0;
virtual bool UseElement(SwRootFrame const&, IDocumentRedlineAccess const&) = 0;
virtual const SwFormatField& GetFormatField() const = 0;
- virtual const SfxBroadcaster* GetBroadCaster() const = 0;
+ virtual const SfxBroadcaster* GetBroadcaster() const = 0;
virtual VclPtr<sw::annotation::SwAnnotationWin> GetSidebarWindow( SwEditWin& rEditWin,
SwPostItMgr& aMgr) = 0;
};
@@ -140,7 +140,7 @@ public:
{
return mrFormatField;
}
- virtual const SfxBroadcaster* GetBroadCaster() const override
+ virtual const SfxBroadcaster* GetBroadcaster() const override
{
return dynamic_cast<const SfxBroadcaster *> (&mrFormatField);
}