basic/source/classes/sbxmod.cxx | 2 +- libmwaw/libmwaw-0.1.7-misc.patch | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-)
New commits: commit 2759389def5f5cb671d57a28a4f7962374c76355 Author: Fridrich Å trba <fridrich.st...@bluewin.ch> Date: Wed Mar 13 15:39:16 2013 +0100 missing include Change-Id: I87c8cbacba48215a5bd6d7a530e32fa814d10b2f diff --git a/libmwaw/libmwaw-0.1.7-misc.patch b/libmwaw/libmwaw-0.1.7-misc.patch index 40bf786..85b6a3f 100644 --- a/libmwaw/libmwaw-0.1.7-misc.patch +++ b/libmwaw/libmwaw-0.1.7-misc.patch @@ -11,7 +11,16 @@ { --- a/src/lib/EDParser.cxx +++ b/src/lib/EDParser.cxx -@@ -756,7 +756,7 @@ private: +@@ -51,6 +51,8 @@ + #include "MWAWRSRCParser.hxx" + #include "MWAWSubDocument.hxx" + ++#include "libmwaw_internal.hxx" ++ + #include "EDParser.hxx" + + /** Internal: the structures of a EDParser */ +@@ -756,7 +758,7 @@ private: bool DeflateStruct::sendDuplicated(int num, int depl) { commit 9dcfc56c7cd76de237f45cf46448c14cfbb2f45c Author: Noel Power <noel.po...@suse.com> Date: Wed Mar 13 14:37:01 2013 +0000 Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index b612ee28..aa53f97 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -1934,7 +1934,7 @@ void SbModule::handleProcedureProperties( SfxBroadcaster& rBC, const SfxHint& rH } if( !pMeth ) // Let { - OUString aProcName("Property Set " ); + OUString aProcName("Property Let " ); aProcName += pProcProperty->GetName(); pMeth = Find( aProcName, SbxCLASS_METHOD ); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits