summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-27 14:22:20 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-28 14:15:14 +0200
commit233431e09ef85cb3579e55bd2a8d1f9d7439f8da (patch)
treed98b39dc3496efb9dfe5659913f02a8269299648 /svx
parent45e60ae3120b81e2987151a8485766c2fa946d48 (diff)
remove obsolete SVX_FRAME_USE_LINEINFO:
the code using that was removed in 7db30f7aa037f52eb07cbb4fd2796bd869204af8. Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/framelink.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index 8e38b611b19b..63ac8826af6a 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -33,25 +33,8 @@
#include <editeng/borderline.hxx>
#include <svtools/borderhelper.hxx>
-// ----------------------------------------------------------------------------
-
-/** Define to select the drawing mode of thin dotted lines.
-
- 0 = Draw lines using an own implementation (recommended). Draws always
- little dots in an appropriate distance.
- 1 = Draw dotted lines using vcl/LineInfo. Results in dashed lines instead
- of dotted lines, which may look ugly for diagonal lines.
- */
-#define SVX_FRAME_USE_LINEINFO 0
-
-// ----------------------------------------------------------------------------
-
-#if SVX_FRAME_USE_LINEINFO
-#include <vcl/lineinfo.hxx>
-#else
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
-#endif
#include <drawinglayer/primitive2d/borderlineprimitive2d.hxx>
#include <drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx>
@@ -62,7 +45,6 @@ namespace svx {
namespace frame {
// ============================================================================
-// ============================================================================
namespace {