summaryrefslogtreecommitdiff
path: root/include/svx/selectioncontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 11:11:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-27 08:33:58 +0200
commitc0731052db789a876fbc98aceba0f067abba93d1 (patch)
tree08236aaa3c90953c1129362b653e7adde9894e56 /include/svx/selectioncontroller.hxx
parent55556a4cebbb35f15e7989bf0a6e276db99944e3 (diff)
loplugin:virtualdead in svx
Change-Id: I8af09a2f0a4a8c7952c5855b2934f2d0a64d9740 Reviewed-on: https://gerrit.libreoffice.org/79638 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/selectioncontroller.hxx')
-rw-r--r--include/svx/selectioncontroller.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/selectioncontroller.hxx b/include/svx/selectioncontroller.hxx
index 70bdaced27d6..79c19f60dc61 100644
--- a/include/svx/selectioncontroller.hxx
+++ b/include/svx/selectioncontroller.hxx
@@ -64,9 +64,6 @@ public:
virtual SdrObject* GetMarkedSdrObjClone( SdrModel& rTargetModel );
virtual bool PasteObjModel( const SdrModel& rModel );
- /** returns a format paint brush set from the current selection */
- virtual bool TakeFormatPaintBrush( std::shared_ptr< SfxItemSet >& rFormatSet );
-
/** applies a format paint brush set from the current selection.
if bNoCharacterFormats is true, no character attributes are changed.
if bNoParagraphFormats is true, no paragraph attributes are changed.