summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/IDEComboBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/IDEComboBox.cxx')
-rw-r--r--basctl/source/basicide/IDEComboBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/IDEComboBox.cxx b/basctl/source/basicide/IDEComboBox.cxx
index 621a60d97b0b..fc135cf1a3e4 100644
--- a/basctl/source/basicide/IDEComboBox.cxx
+++ b/basctl/source/basicide/IDEComboBox.cxx
@@ -81,7 +81,7 @@ void LibBoxControl::StateChanged(sal_uInt16, SfxItemState eState, const SfxPoolI
}
}
-VclPtr<vcl::Window> LibBoxControl::CreateItemWindow(vcl::Window* pParent)
+VclPtr<InterimItemWindow> LibBoxControl::CreateItemWindow(vcl::Window* pParent)
{
return VclPtr<LibBox>::Create(pParent);
}
@@ -376,7 +376,7 @@ void LanguageBoxControl::StateChanged(sal_uInt16, SfxItemState eState, const Sfx
}
}
-VclPtr<vcl::Window> LanguageBoxControl::CreateItemWindow(vcl::Window* pParent)
+VclPtr<InterimItemWindow> LanguageBoxControl::CreateItemWindow(vcl::Window* pParent)
{
return VclPtr<LanguageBox>::Create(pParent);
}