summaryrefslogtreecommitdiff
path: root/sfx2/source/control/templatesearchview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/templatesearchview.cxx')
-rw-r--r--sfx2/source/control/templatesearchview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/templatesearchview.cxx b/sfx2/source/control/templatesearchview.cxx
index 887dbf23b17b..fb21ac654812 100644
--- a/sfx2/source/control/templatesearchview.cxx
+++ b/sfx2/source/control/templatesearchview.cxx
@@ -12,12 +12,12 @@
#include <vcl/builder.hxx>
-TemplateSearchView::TemplateSearchView (Window *pParent, WinBits nWinStyle)
+TemplateSearchView::TemplateSearchView (vcl::Window *pParent, WinBits nWinStyle)
: ThumbnailView(pParent,nWinStyle)
{
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeTemplateSearchView(Window *pParent, VclBuilder::stringmap &)
+extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeTemplateSearchView(vcl::Window *pParent, VclBuilder::stringmap &)
{
return new TemplateSearchView(pParent);
}