[ooo-build-commit] patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Aug 11 08:05:10 PDT 2009
patches/vba/vba-workbook-worksheet-events.diff | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
New commits:
commit 85a3d5a0e2c4417887323ecbad3c2d1a579fce21
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Aug 11 18:03:40 2009 +0300
Adapt vba-workbook-worksheet-events.diff for dev300-m54
* patches/vba/vba-workbook-worksheet-events.diff: Adapt for
dev300-m54.
diff --git a/patches/vba/vba-workbook-worksheet-events.diff b/patches/vba/vba-workbook-worksheet-events.diff
index ad96fe0..fd8dd2b 100644
--- a/patches/vba/vba-workbook-worksheet-events.diff
+++ b/patches/vba/vba-workbook-worksheet-events.diff
@@ -1458,16 +1458,16 @@
/** Should only be GRAM_PODF or GRAM_ODFF. */
void SetStorageGrammar( formula::FormulaGrammar::Grammar eGrammar );
formula::FormulaGrammar::Grammar GetStorageGrammar() const
---- sc/source/core/data/documen2.cxx.old 2009-04-06 16:41:50.000000000 +0000
-+++ sc/source/core/data/documen2.cxx 2009-04-06 16:42:00.000000000 +0000
+--- sc/source/core/data/documen2.cxx
++++ sc/source/core/data/documen2.cxx
@@ -96,6 +96,7 @@
#include "externalrefmgr.hxx"
#include "tabprotection.hxx"
#include "clipparam.hxx"
+#include <com/sun/star/document/XVbaEventsHelper.hpp>
+ #include "formulaparserpool.hxx"
// pImpl because including lookupcache.hxx in document.hxx isn't wanted, and
- // dtor plus helpers are convenient.
@@ -1267,6 +1268,29 @@ void ScDocument::RemoveLookupCache( ScLo
}
}
@@ -1637,15 +1637,16 @@
class ScEditEngineDefaulter;
class FontList;
---- sc/source/ui/unoobj/viewuno.cxx.old 2009-04-06 16:41:58.000000000 +0000
-+++ sc/source/ui/unoobj/viewuno.cxx 2009-04-06 16:42:00.000000000 +0000
-@@ -71,8 +71,12 @@
+--- sc/source/ui/unoobj/viewuno.cxx
++++ sc/source/ui/unoobj/viewuno.cxx
+@@ -71,9 +71,13 @@
#include "gridwin.hxx"
#include <com/sun/star/view/DocumentZoomType.hpp>
#include "AccessibilityHints.hxx"
+#include <com/sun/star/awt/MouseButton.hpp>
+#include <com/sun/star/document/XVbaEventsHelper.hpp>
+#include <com/sun/star/document/VbaEventId.hpp>
+ #include <svx/sdrhittesthelper.hxx>
using namespace com::sun::star;
+using namespace com::sun::star::document::VbaEventId;
More information about the ooo-build-commit
mailing list