[Libreoffice-commits] .: patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Oct 14 05:24:34 PDT 2010
patches/vba/vba-oox-olenameoverride.diff | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0640d335b9266b5df1f7f11349cec7b664fcb70e
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Oct 14 15:23:03 2010 +0300
Make vba-oox-olenameoverride.diff apply again
diff --git a/patches/vba/vba-oox-olenameoverride.diff b/patches/vba/vba-oox-olenameoverride.diff
index 2f2b254..038d633 100644
--- a/patches/vba/vba-oox-olenameoverride.diff
+++ b/patches/vba/vba-oox-olenameoverride.diff
@@ -245,13 +245,13 @@ index 3947221..548245e 100644
using ::rtl::OUString;
using ::com::sun::star::uno::Any;
@@ -42,6 +43,7 @@ using ::com::sun::star::uno::Reference;
- using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Exception;
+ using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::XInterface;
+using ::com::sun::star::container::XNameContainer;
+ using ::com::sun::star::lang::XComponent;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::xml::sax::XFastDocumentHandler;
- using ::oox::core::BinaryFilterBase;
@@ -276,12 +278,15 @@ bool SimpleExcelVBAProjFilter::importDocument() throw()
{
Sequence< rtl::OUString > sGeneratedCNames;
More information about the Libreoffice-commits
mailing list