summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/simptabl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/simptabl.cxx')
-rw-r--r--svtools/source/contnr/simptabl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx
index 05a155612f4d..3de35c3f8e9d 100644
--- a/svtools/source/contnr/simptabl.cxx
+++ b/svtools/source/contnr/simptabl.cxx
@@ -26,13 +26,13 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-SvSimpleTableContainer::SvSimpleTableContainer(Window* pParent, WinBits nBits)
+SvSimpleTableContainer::SvSimpleTableContainer(vcl::Window* pParent, WinBits nBits)
: Control(pParent, nBits)
, m_pTable(NULL)
{
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvSimpleTableContainer(Window *pParent,
+extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeSvSimpleTableContainer(vcl::Window *pParent,
VclBuilder::stringmap &)
{
return new SvSimpleTableContainer(pParent, WB_TABSTOP | WB_DIALOGCONTROL | WB_BORDER);