summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-25 15:51:54 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-28 11:15:52 +0200
commit1d21a4249661b1b55cf8fbea67ad47ffb4f813fa (patch)
treef5ffda4ae0fd6fd5d4f5f6c5b967b57c678b8371 /sw/inc/doc.hxx
parent969d60a477742d24afe370fae70db057d2db9341 (diff)
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 1a4e7df2df65..6d59400ecf7b 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -90,6 +90,8 @@ class SwList;
#include <boost/scoped_ptr.hpp>
+namespace editeng { class SvxBorderLine; }
+
class SvxForbiddenCharactersTable;
class SwExtTextInput;
class DateTime;
@@ -112,7 +114,6 @@ class SvUShorts;
class SvUShortsSort;
class SvxMacro;
class SvxMacroTableDtor;
-class SvxBorderLine;
class SwAutoCompleteWord;
class SwAutoCorrExceptWord;
class SwCalc;
@@ -1868,7 +1869,7 @@ public:
void SetTabBorders( const SwCursor& rCursor, const SfxItemSet& rSet );
void SetTabLineStyle( const SwCursor& rCursor,
const Color* pColor, sal_Bool bSetLine,
- const SvxBorderLine* pBorderLine );
+ const editeng::SvxBorderLine* pBorderLine );
void GetTabBorders( const SwCursor& rCursor, SfxItemSet& rSet ) const;
void SetBoxAttr( const SwCursor& rCursor, const SfxPoolItem &rNew );
sal_Bool GetBoxAttr( const SwCursor& rCursor, SfxPoolItem &rToFill ) const;