summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swlbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swlbox.hxx')
-rw-r--r--sw/source/uibase/inc/swlbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swlbox.hxx b/sw/source/uibase/inc/swlbox.hxx
index 174f21206b71..f571e08e57fb 100644
--- a/sw/source/uibase/inc/swlbox.hxx
+++ b/sw/source/uibase/inc/swlbox.hxx
@@ -25,7 +25,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
class SwBoxEntry;
-class Window;
+namespace vcl { class Window; }
typedef boost::ptr_vector<SwBoxEntry> SwEntryLst;
@@ -60,7 +60,7 @@ class SW_DLLPUBLIC SwComboBox : public ComboBox
public:
- SwComboBox(Window* pParent, WinBits nStyle);
+ SwComboBox(vcl::Window* pParent, WinBits nStyle);
virtual ~SwComboBox();
void InsertSwEntry(const SwBoxEntry&);