summaryrefslogtreecommitdiff
path: root/sfx2/inc/guisaveas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/guisaveas.hxx')
-rw-r--r--sfx2/inc/guisaveas.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index 60c575405f45..0c2aa9048746 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -38,7 +38,7 @@ namespace com { namespace sun { namespace star {
}
} } }
-class Window;
+namespace vcl { class Window; }
class ModelData_Impl;
class SfxStoringHelper
@@ -82,7 +82,7 @@ public:
const OUString& aDefUIName,
bool bCanProceedFurther );
- static Window* GetModelWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
+ static vcl::Window* GetModelWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
};