From 61391c43f5808aadfa5fafb25a1bd7c2ae541b70 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Feb 2020 16:16:59 +0000 Subject: all ItemWindows are now welded MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit where native widgetery is hostable in a vcl toolbar or a native one Change-Id: I942ada335bb4bd6ced0f3352f632e25787f68597 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88598 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- basctl/source/basicide/IDEComboBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl/source/basicide/IDEComboBox.cxx') 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 LibBoxControl::CreateItemWindow(vcl::Window* pParent) +VclPtr LibBoxControl::CreateItemWindow(vcl::Window* pParent) { return VclPtr::Create(pParent); } @@ -376,7 +376,7 @@ void LanguageBoxControl::StateChanged(sal_uInt16, SfxItemState eState, const Sfx } } -VclPtr LanguageBoxControl::CreateItemWindow(vcl::Window* pParent) +VclPtr LanguageBoxControl::CreateItemWindow(vcl::Window* pParent) { return VclPtr::Create(pParent); } -- cgit