[Libreoffice-commits] .: patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Oct 12 10:19:43 PDT 2010
patches/vba/cws-vbasupportdev300.diff | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit aaab32703e7cd03026ab78a4550ef8676497bc38
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Oct 12 20:19:12 2010 +0300
Make cws-vbasupportdev300.diff apply again
diff --git a/patches/vba/cws-vbasupportdev300.diff b/patches/vba/cws-vbasupportdev300.diff
index 89e5c72..732bf79 100644
--- a/patches/vba/cws-vbasupportdev300.diff
+++ b/patches/vba/cws-vbasupportdev300.diff
@@ -29082,14 +29082,15 @@ diff --git sw/source/ui/uno/unotxdoc.cxx sw/source/ui/uno/unotxdoc.cxx
index e3f1322..94a850b 100644
--- sw/source/ui/uno/unotxdoc.cxx
+++ sw/source/ui/uno/unotxdoc.cxx
-@@ -178,6 +178,7 @@ using ::osl::FileBase;
+@@ -178,6 +178,8 @@ using ::osl::FileBase;
#define SW_CREATE_MARKER_TABLE 0x06
#define SW_CREATE_DRAW_DEFAULTS 0x07
+#include <comphelper/processfactory.hxx>
++
+ extern bool lcl_GetPostIts( IDocumentFieldsAccess* pIDFA, _SetGetExpFlds * pSrtLst );
- /******************************************************************************
- *
+ SwPrintUIOptions * lcl_GetPrintUIOptions(
@@ -256,6 +257,12 @@ sal_Int64 SAL_CALL SwXTextDocument::getSomething( const Sequence< sal_Int8 >& rI
{
return sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr >( this ));
@@ -29111,8 +29112,8 @@ index e3f1322..94a850b 100644
+
+ SfxBaseModel::setDocumentProperties( xWriterProps );
}
- /*-- 18.12.98 11:53:00---------------------------------------------------
+ SwXTextDocument::~SwXTextDocument()
@@ -2173,6 +2183,9 @@ Any SwXTextDocument::getPropertyValue(const OUString& rPropertyName)
Any aAny;
switch(pEntry->nWID)
More information about the Libreoffice-commits
mailing list