summaryrefslogtreecommitdiff
path: root/basctl/source/inc/accessibledialogcontrolshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/accessibledialogcontrolshape.hxx')
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx
index ecbc219a1266..bd0fa268c427 100644
--- a/basctl/source/inc/accessibledialogcontrolshape.hxx
+++ b/basctl/source/inc/accessibledialogcontrolshape.hxx
@@ -25,7 +25,7 @@
#include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase3.hxx>
-class Window;
+namespace vcl { class Window; }
class VCLExternalSolarLock;
namespace utl {
@@ -74,7 +74,7 @@ protected:
::com::sun::star::awt::Rectangle GetBounds();
void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );
- Window* GetWindow() const;
+ vcl::Window* GetWindow() const;
OUString GetModelStringProperty( const sal_Char* pPropertyName );