diff options
Diffstat (limited to 'patches/vba/vba-combobox-rowsource-fix.diff')
-rw-r--r-- | patches/vba/vba-combobox-rowsource-fix.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/vba/vba-combobox-rowsource-fix.diff b/patches/vba/vba-combobox-rowsource-fix.diff deleted file mode 100644 index 89ca3b063..000000000 --- a/patches/vba/vba-combobox-rowsource-fix.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git svx/source/msfilter/msocximex.cxx svx/source/msfilter/msocximex.cxx -index f1e9ff3..c7b1082 100644 ---- svx/source/msfilter/msocximex.cxx -+++ svx/source/msfilter/msocximex.cxx -@@ -2677,6 +2677,8 @@ sal_Bool OCX_ComboBox::Import(com::sun::star::uno::Reference< - rPropSet->setPropertyValue( WW8_ASCII2STR("MaxTextLen"), aTmp); - - aFontData.Import(rPropSet); -+ uno::Reference< frame::XModel > xModel ( pDocSh ? pDocSh->GetModel() : NULL ); -+ lcl_ApplyListSourceAndBindableStuff( xModel, rPropSet, msCtrlSource, msRowSource ); - return sal_True; - } - |