diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-25 15:51:50 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 11:20:08 +0200 |
commit | fe551ada2d874b067cf57e80811d9b91e61b5457 (patch) | |
tree | 91929e0c884813e8d1b0039aa68050af7e0a021d /editeng/qa/items | |
parent | b4000b20f09b70b4792d050bc1804025b059bdef (diff) |
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'editeng/qa/items')
-rw-r--r-- | editeng/qa/items/borderline_test.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/qa/items/borderline_test.cxx b/editeng/qa/items/borderline_test.cxx index 995ccef56d31..5d67b62f82f1 100644 --- a/editeng/qa/items/borderline_test.cxx +++ b/editeng/qa/items/borderline_test.cxx @@ -44,6 +44,8 @@ #define THINTHICKLG_OUT_WIDTH long( 30 ) #define THINTHICKLG_DIST_WIDTH long( 40 ) +using namespace editeng; + namespace { class BorderLineTest : public CppUnit::TestFixture |