summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbalistbox.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 10:04:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 10:06:16 +0200
commit82a72bb848c4fc343a9095953242eca03d943780 (patch)
treeef9382203a80fcf45ee662ebcd5dac79d55ec690 /vbahelper/source/msforms/vbalistbox.cxx
parenta3ad01dc1e07da21182077bd899094fd73f57714 (diff)
VbaNewFont apparently does not inherit XHelperInterface
...and thus should simply derive from WeakImplHelper1 instead of InheritedHelperInterfaceImpl1? Change-Id: I0cb023a905e93bf9c223676c964f039ac7eee7e0
Diffstat (limited to 'vbahelper/source/msforms/vbalistbox.cxx')
-rw-r--r--vbahelper/source/msforms/vbalistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbalistbox.cxx b/vbahelper/source/msforms/vbalistbox.cxx
index 491601833e68..38effb8ecddf 100644
--- a/vbahelper/source/msforms/vbalistbox.cxx
+++ b/vbahelper/source/msforms/vbalistbox.cxx
@@ -274,7 +274,7 @@ ScVbaListBox::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) t
uno::Reference< msforms::XNewFont > SAL_CALL ScVbaListBox::getFont() throw (uno::RuntimeException, std::exception)
{
- return new VbaNewFont( this, mxContext, m_xProps );
+ return new VbaNewFont( m_xProps );
}
OUString