diff options
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r-- | include/svx/svdhlpln.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx index 88c49b88c917..4a23d575da01 100644 --- a/include/svx/svdhlpln.hxx +++ b/include/svx/svdhlpln.hxx @@ -28,7 +28,7 @@ #include <svx/svxdllapi.h> class OutputDevice; -//////////////////////////////////////////////////////////////////////////////////////////////////// + enum SdrHelpLineKind {SDRHELPLINE_POINT,SDRHELPLINE_VERTICAL,SDRHELPLINE_HORIZONTAL}; @@ -100,7 +100,7 @@ public: sal_uInt16 HitTest(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// + #endif // INCLUDED_SVX_SVDHLPLN_HXX |