summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/querytemplate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/querytemplate.cxx')
-rw-r--r--sfx2/source/doc/querytemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/querytemplate.cxx b/sfx2/source/doc/querytemplate.cxx
index 94f8658056d1..3718e57922af 100644
--- a/sfx2/source/doc/querytemplate.cxx
+++ b/sfx2/source/doc/querytemplate.cxx
@@ -27,7 +27,7 @@
namespace sfx2
{
-QueryTemplateBox::QueryTemplateBox( Window* pParent, const OUString& rMessage ) :
+QueryTemplateBox::QueryTemplateBox( vcl::Window* pParent, const OUString& rMessage ) :
MessBox ( pParent, 0, Application::GetDisplayName(), rMessage )
{
SetImage( QueryBox::GetStandardImage() );