summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/tablemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/tablemgr.hxx')
-rw-r--r--sw/source/uibase/inc/tablemgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/tablemgr.hxx b/sw/source/uibase/inc/tablemgr.hxx
index 98ae3b1c2f17..2276631dc818 100644
--- a/sw/source/uibase/inc/tablemgr.hxx
+++ b/sw/source/uibase/inc/tablemgr.hxx
@@ -25,7 +25,7 @@
class SwFrmFmt;
class SwWrtShell;
-class Window;
+namespace vcl { class Window; }
class SwFlyFrmFmt;
namespace com { namespace sun { namespace star {
@@ -55,7 +55,7 @@ public:
~SwTableFUNC();
void InitTabCols();
- void ColWidthDlg(Window *pParent );
+ void ColWidthDlg(vcl::Window *pParent );
SwTwips GetColWidth(sal_uInt16 nNum) const;
SwTwips GetMaxColWidth(sal_uInt16 nNum) const;
void SetColWidth(sal_uInt16 nNum, SwTwips nWidth );