diff options
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r-- | include/svx/svdhlpln.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx index f5b31fa7fa9a..03b59aeb02a3 100644 --- a/include/svx/svdhlpln.hxx +++ b/include/svx/svdhlpln.hxx @@ -38,11 +38,6 @@ class SdrHelpLine { Point aPos; // je nach Wert von eKind ist X oder Y evtl. belanglos SdrHelpLineKind eKind; - // #i27493# - // Helper method to draw a hor or ver two-colored dashed line - void ImpDrawDashedTwoColorLine(OutputDevice& rOut, sal_Int32 nStart, sal_Int32 nEnd, sal_Int32 nFixPos, - sal_Int32 nStepWidth, Color aColA, Color aColB, bool bHorizontal) const; - public: explicit SdrHelpLine(SdrHelpLineKind eNewKind=SDRHELPLINE_POINT): eKind(eNewKind) {} SdrHelpLine(SdrHelpLineKind eNewKind, const Point& rNewPos): aPos(rNewPos), eKind(eNewKind) {} |