summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/colmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/colmgr.hxx')
-rw-r--r--sw/source/uibase/inc/colmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/colmgr.hxx b/sw/source/uibase/inc/colmgr.hxx
index 53cc566e1dd7..b9f55292d183 100644
--- a/sw/source/uibase/inc/colmgr.hxx
+++ b/sw/source/uibase/inc/colmgr.hxx
@@ -45,8 +45,8 @@ public:
inline bool HasLine() const;
inline void SetNoLine();
- void SetLineWidthAndColor(::editeng::SvxBorderStyle eStyle, sal_uLong nWidth, const Color& rCol);
- inline ::editeng::SvxBorderStyle GetLineStyle() const;
+ void SetLineWidthAndColor(SvxBorderLineStyle eStyle, sal_uLong nWidth, const Color& rCol);
+ inline SvxBorderLineStyle GetLineStyle() const;
inline sal_uLong GetLineWidth() const;
inline const Color& GetLineColor() const;
@@ -73,7 +73,7 @@ inline sal_uInt16 SwColMgr::GetCount() const
return aFormatCol.GetNumCols();
}
-inline ::editeng::SvxBorderStyle SwColMgr::GetLineStyle() const
+inline SvxBorderLineStyle SwColMgr::GetLineStyle() const
{
return aFormatCol.GetLineStyle();
}