summaryrefslogtreecommitdiffstats
path: root/include/editeng/brushitem.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2017-11-16 18:47:29 +0100
committerArmin Le Grand <Armin.Le.Grand@cib.de>2017-11-18 13:07:47 +0100
commit487ac20ecd73cf3d98071ba30cf5597d957017f7 (patch)
tree8777e0a1e7917ab054723327a59089b264c4a567 /include/editeng/brushitem.hxx
parentRotateFlyFrame3: Corrected Contour when rotated (diff)
downloadcore-487ac20ecd73cf3d98071ba30cf5597d957017f7.tar.gz
core-487ac20ecd73cf3d98071ba30cf5597d957017f7.zip
RotateFlyFrame3: add support for AutoContour
For transformed FlyFrames with no Border and no Padding it would be nice to immediately start using AutoContour, added first implementation to do so. Added several conditions for AutoContour, need to work on reaction on changes to these. Corrected needed transform adaptions to Contour(s) Change-Id: Ia3d7845fd5d50c8a413d592ae07ce2041ccc91b9
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r--include/editeng/brushitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx
index 516abdacd467..8aa177aa2adb 100644
--- a/include/editeng/brushitem.hxx
+++ b/include/editeng/brushitem.hxx
@@ -79,6 +79,8 @@ public:
virtual ~SvxBrushItem() override;
public:
+ // check if it's used
+ bool isUsed() const;
virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,