summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgctrls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/dlgctrls.cxx')
-rw-r--r--sd/source/ui/dlg/dlgctrls.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx
index e0fcd2192cb3..568254163ad3 100644
--- a/sd/source/ui/dlg/dlgctrls.cxx
+++ b/sd/source/ui/dlg/dlgctrls.cxx
@@ -33,7 +33,7 @@ struct FadeEffectLBImpl
std::vector< TransitionPresetPtr > maPresets;
};
-FadeEffectLB::FadeEffectLB(Window* pParent, WinBits nStyle)
+FadeEffectLB::FadeEffectLB(vcl::Window* pParent, WinBits nStyle)
: ListBox(pParent, nStyle)
, mpImpl(new FadeEffectLBImpl)
{
@@ -67,7 +67,7 @@ void FadeEffectLB::Fill()
SelectEntryPos(0);
}
-extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeFadeEffectLB(Window* pParent, VclBuilder::stringmap &rMap)
+extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeFadeEffectLB(vcl::Window* pParent, VclBuilder::stringmap &rMap)
{
WinBits nBits = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK;