From 82a72bb848c4fc343a9095953242eca03d943780 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 15 Sep 2014 10:04:11 +0200 Subject: VbaNewFont apparently does not inherit XHelperInterface ...and thus should simply derive from WeakImplHelper1 instead of InheritedHelperInterfaceImpl1? Change-Id: I0cb023a905e93bf9c223676c964f039ac7eee7e0 --- vbahelper/source/msforms/vbacombobox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper/source/msforms/vbacombobox.cxx') diff --git a/vbahelper/source/msforms/vbacombobox.cxx b/vbahelper/source/msforms/vbacombobox.cxx index 3f2c0df9ab60..dc7189b64f88 100644 --- a/vbahelper/source/msforms/vbacombobox.cxx +++ b/vbahelper/source/msforms/vbacombobox.cxx @@ -245,7 +245,7 @@ sal_Int32 SAL_CALL ScVbaComboBox::getTextLength() throw (uno::RuntimeException, uno::Reference< msforms::XNewFont > SAL_CALL ScVbaComboBox::getFont() throw (uno::RuntimeException, std::exception) { - return new VbaNewFont( this, mxContext, m_xProps ); + return new VbaNewFont( m_xProps ); } OUString -- cgit