summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-25 15:51:46 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-28 11:19:10 +0200
commitbd1d25fe542863a8bdcd5745c4425786346f8592 (patch)
tree1abb24c428ae2c536d0c92c29d026b2fc25258cd /cui/source/inc
parent8d377d38388faaad15c6a433fb625beab7f2c883 (diff)
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/border.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index fda7e139a49e..d23ff427a357 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -41,7 +41,10 @@
// forward ---------------------------------------------------------------
-class SvxBorderLine;
+namespace editeng
+{
+ class SvxBorderLine;
+}
class XColorTable;
#include <svx/flagsdef.hxx>
@@ -150,7 +153,7 @@ private:
// share for individual Frame-/Core-Line
void ResetFrameLine_Impl( svx::FrameBorderType eBorder,
- const SvxBorderLine* pCurLine,
+ const editeng::SvxBorderLine* pCurLine,
bool bValid );
#endif
};