summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-12 23:50:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-12 23:54:14 +0200
commitaf77042f62bc18c278c1acf6548b3ed41f0da871 (patch)
tree7aa6730ab77075ae837b95c8ba252e98613dd8ad /include/svx
parent01cc898aac11b608c3565a9c22970f10e4b63438 (diff)
disable arrow heads in chart sidebar, tdf#94971
Change-Id: I631f34faf2befeb7cc61027c8fd59ef7b3543785
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index 02c86f6ef232..b2372de1042b 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -118,6 +118,8 @@ protected:
void setMapUnit(SfxMapUnit eMapUnit);
+ void disableArrowHead();
+
protected:
VclPtr<sfx2::sidebar::SidebarToolBox> mpTBColor;
@@ -162,6 +164,7 @@ private:
/// bitfield
bool mbWidthValuable : 1;
+ bool mbArrowSupported;
void Initialize();