summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-10-12 20:19:12 +0300
committerTor Lillqvist <tlillqvist@novell.com>2010-10-12 20:19:12 +0300
commitaaab32703e7cd03026ab78a4550ef8676497bc38 (patch)
tree76d221a75d45eeebb1e7fc2b8fcba5b3714bc74d
parent67b14d8e3e6df8c45f3848323ee957d23abd950e (diff)
Make cws-vbasupportdev300.diff apply again
-rw-r--r--patches/vba/cws-vbasupportdev300.diff9
1 files changed, 5 insertions, 4 deletions
diff --git a/patches/vba/cws-vbasupportdev300.diff b/patches/vba/cws-vbasupportdev300.diff
index 89e5c725f..732bf792e 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)