summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/uiborder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/uiborder.hxx')
-rw-r--r--sw/source/uibase/inc/uiborder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/uiborder.hxx b/sw/source/uibase/inc/uiborder.hxx
index a4600d6436a0..4dc694736840 100644
--- a/sw/source/uibase/inc/uiborder.hxx
+++ b/sw/source/uibase/inc/uiborder.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_UIBORDER_HXX
#include <sfx2/basedlgs.hxx>
-class Window;
+namespace vcl { class Window; }
class SfxItemSet;
class SwBorderDlg : public SfxSingleTabDialog
@@ -32,7 +32,7 @@ public:
// SW_BORDER_MODE_TABLE
// SW_BORDER_MODE_FRAME
- SwBorderDlg(Window* pParent, SfxItemSet& rSet, sal_uInt16 nType);
+ SwBorderDlg(vcl::Window* pParent, SfxItemSet& rSet, sal_uInt16 nType);
virtual ~SwBorderDlg();
};