summaryrefslogtreecommitdiff
path: root/svx/source/dialog/frmdirlbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/frmdirlbox.cxx')
-rw-r--r--svx/source/dialog/frmdirlbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/frmdirlbox.cxx b/svx/source/dialog/frmdirlbox.cxx
index f4b9dc52efbb..de7ff69ddd1f 100644
--- a/svx/source/dialog/frmdirlbox.cxx
+++ b/svx/source/dialog/frmdirlbox.cxx
@@ -38,7 +38,7 @@ inline SvxFrameDirection lclVoidToEnum( void* pDirection )
} // namespace
-FrameDirectionListBox::FrameDirectionListBox( Window* pParent, WinBits nBits )
+FrameDirectionListBox::FrameDirectionListBox( vcl::Window* pParent, WinBits nBits )
: ListBox(pParent, nBits)
, meSaveValue(FRMDIR_HORI_LEFT_TOP)
{
@@ -48,7 +48,7 @@ FrameDirectionListBox::~FrameDirectionListBox()
{
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeFrameDirectionListBox(Window *pParent, VclBuilder::stringmap &)
+extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeFrameDirectionListBox(vcl::Window *pParent, VclBuilder::stringmap &)
{
FrameDirectionListBox* pListBox = new FrameDirectionListBox(pParent, WB_LEFT|WB_DROPDOWN|WB_VCENTER|WB_3DLOOK|WB_TABSTOP);
pListBox->EnableAutoSize(true);