diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-25 15:51:54 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-28 11:15:52 +0200 |
commit | 1d21a4249661b1b55cf8fbea67ad47ffb4f813fa (patch) | |
tree | f5ffda4ae0fd6fd5d4f5f6c5b967b57c678b8371 /sw/inc/fesh.hxx | |
parent | 969d60a477742d24afe370fae70db057d2db9341 (diff) |
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index d7b646c678b6..a68c0d8466f4 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -46,6 +46,7 @@ #define INCLUDED_VECTOR #endif +namespace editeng { class SvxBorderLine; } class SwFlyFrm; class SwTabCols; @@ -55,7 +56,6 @@ class SwTableAutoFmt; class SwFrm; class SwFmtFrmSize; class SwFmtRowSplit; -class SvxBorderLine; class SdrObject; class Color; class Outliner; @@ -631,7 +631,7 @@ public: void SetTabBorders( const SfxItemSet& rSet ); void GetTabBorders( SfxItemSet& rSet) const; - void SetTabLineStyle(const Color* pColor, sal_Bool bSetLine = sal_False, const SvxBorderLine* pBorderLine = NULL); + void SetTabLineStyle(const Color* pColor, sal_Bool bSetLine = sal_False, const editeng::SvxBorderLine* pBorderLine = NULL); void SetTabBackground( const SvxBrushItem &rNew ); void GetTabBackground( SvxBrushItem &rToFill ) const; |