summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopath.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 15:07:49 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 15:08:10 +0200
commiteb6d4547a044b3eb7cb8945977e45647a37df28f (patch)
tree0da1395a1b84d8385a5ce019a3ce10700f99a20d /svx/source/svdraw/svdopath.cxx
parentdeb3fcc4876ec2ab45415a06fc80b247826cc48b (diff)
loplugin:unnecessaryoverride in svx
Change-Id: Ib5e84838888b5fb56eb18c5334ffa3fdd203b997
Diffstat (limited to 'svx/source/svdraw/svdopath.cxx')
-rw-r--r--svx/source/svdraw/svdopath.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index f91413b00426..db5197fb8cc2 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -2822,12 +2822,6 @@ void SdrPathObj::ToggleClosed()
SendUserCall(SdrUserCallType::Resize, aBoundRect0);
}
-// for friend class SdrPolyEditView in some compilers:
-void SdrPathObj::SetRectsDirty(bool bNotMyself)
-{
- SdrTextObj::SetRectsDirty(bNotMyself);
-}
-
ImpPathForDragAndCreate& SdrPathObj::impGetDAC() const
{
if(!mpDAC)