summaryrefslogtreecommitdiff
path: root/include/svx/svdograf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdograf.hxx')
-rw-r--r--include/svx/svdograf.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index bdcb24d32b83..11334b98f4cc 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -102,9 +102,6 @@ private:
// Flag for allowing text animation. Default is true.
bool mbGrafAnimationAllowed:1;
- // #i25616#
- bool mbInsidePaint:1;
-
bool mbIsSignatureLine;
OUString maSignatureLineId;
OUString maSignatureLineSuggestedSignerName;
@@ -180,9 +177,6 @@ public:
virtual OUString TakeObjNameSingul() const override;
virtual OUString TakeObjNamePlural() const override;
- // #i25616#
- virtual basegfx::B2DPolyPolygon TakeXorPoly() const override;
-
virtual SdrGrafObj* CloneSdrObject(SdrModel& rTargetModel) const override;
SdrGrafObj& operator=(const SdrGrafObj& rObj);