summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/colex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/colex.hxx')
-rw-r--r--sw/source/uibase/inc/colex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/colex.hxx b/sw/source/uibase/inc/colex.hxx
index 35a2809b7af8..506b41601969 100644
--- a/sw/source/uibase/inc/colex.hxx
+++ b/sw/source/uibase/inc/colex.hxx
@@ -95,7 +95,7 @@ private:
Size m_aWinSize;
Size m_aFrmSize;
- SwFmtCol m_aCols;
+ SwFormatCol m_aCols;
protected:
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE;
@@ -103,7 +103,7 @@ protected:
public:
SwColumnOnlyExample(vcl::Window*);
- void SetColumns(const SwFmtCol& rCol);
+ void SetColumns(const SwFormatCol& rCol);
virtual Size GetOptimalSize() const SAL_OVERRIDE;
};