summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/colmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/colmgr.hxx')
-rw-r--r--sw/source/ui/inc/colmgr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/inc/colmgr.hxx b/sw/source/ui/inc/colmgr.hxx
index c69fb5c2b1a7..b3f73001005a 100644
--- a/sw/source/ui/inc/colmgr.hxx
+++ b/sw/source/ui/inc/colmgr.hxx
@@ -31,7 +31,6 @@ public:
SwColMgr(const SfxItemSet &rSet, sal_uInt16 nActWidth = USHRT_MAX);
~SwColMgr();
-
inline sal_uInt16 GetCount() const;
void SetCount(sal_uInt16 nCount, sal_uInt16 nGutterWidth);
sal_uInt16 GetGutterWidth(sal_uInt16 nPos = USHRT_MAX) const;
@@ -65,7 +64,6 @@ public:
void SetActualWidth(sal_uInt16 nW);
sal_uInt16 GetActualSize() const { return nWidth; }
-
private:
SwFmtCol aFmtCol;