[Libreoffice-commits] .: patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Oct 14 05:26:37 PDT 2010
patches/vba/vba-use-ooxfilter-forcontrols.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5957158577a38167d47a4a1c01cf1785434fdcef
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Oct 14 15:25:49 2010 +0300
Make vba-use-ooxfilter-forcontrols.diff apply again
diff --git a/patches/vba/vba-use-ooxfilter-forcontrols.diff b/patches/vba/vba-use-ooxfilter-forcontrols.diff
index 1318629..f761158 100644
--- a/patches/vba/vba-use-ooxfilter-forcontrols.diff
+++ b/patches/vba/vba-use-ooxfilter-forcontrols.diff
@@ -23,7 +23,7 @@ index 72ed636..27956d5 100644
namespace oox {
namespace xls {
@@ -73,6 +74,7 @@ public:
- virtual ::oox::drawingml::chart::ChartConverter& getChartConverter();
+ virtual sal_Bool SAL_CALL filter( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rDescriptor ) throw( ::com::sun::star::uno::RuntimeException );
private:
+ bool importFormControl( ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& rxFormComp, sal_Int32 nStrmPos );
More information about the Libreoffice-commits
mailing list