summaryrefslogtreecommitdiff
path: root/include/svx/xlndsit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlndsit.hxx')
-rw-r--r--include/svx/xlndsit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx
index e58159932117..9c31904671e3 100644
--- a/include/svx/xlndsit.hxx
+++ b/include/svx/xlndsit.hxx
@@ -57,7 +57,7 @@ public:
virtual bool HasMetrics() const SAL_OVERRIDE;
virtual bool ScaleMetrics(long nMul, long nDiv) SAL_OVERRIDE;
- const XDash& GetDashValue() const;
+ const XDash& GetDashValue() const { return aDash;}
void SetDashValue(const XDash& rNew) { aDash = rNew; Detach(); } // SetValue -> SetDashValue
static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );