ooo-build r14856 - in branches/ooo-build-3-0-1: . patches/vba
- From: noelpwer svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14856 - in branches/ooo-build-3-0-1: . patches/vba
- Date: Mon, 15 Dec 2008 17:59:16 +0000 (UTC)
Author: noelpwer
Date: Mon Dec 15 17:59:16 2008
New Revision: 14856
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14856&view=rev
Log:
2008-12-15 Noel Power <noel power novell com>
* patches/dev300/vba-xl-import-crash.diff: fix for n#458985
Added:
branches/ooo-build-3-0-1/patches/vba/vba-xl-import-crash.diff
Modified:
branches/ooo-build-3-0-1/ChangeLog
Added: branches/ooo-build-3-0-1/patches/vba/vba-xl-import-crash.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0-1/patches/vba/vba-xl-import-crash.diff Mon Dec 15 17:59:16 2008
@@ -0,0 +1,13 @@
+diff --git sfx2/source/doc/objserv.cxx sfx2/source/doc/objserv.cxx
+index 80944e4..204dd55 100644
+--- sfx2/source/doc/objserv.cxx
++++ sfx2/source/doc/objserv.cxx
+@@ -1333,7 +1333,7 @@ sal_uInt16 SfxObjectShell::ImplGetSignatureState( sal_Bool bScriptingContent )
+ {
+ *pState = SIGNATURESTATE_NOSIGNATURES;
+
+- if ( GetMedium() && GetMedium()->GetName().Len() && GetMedium()->GetStorage().is() && IsOwnStorageFormat_Impl( *GetMedium()) )
++ if ( GetMedium() && GetMedium()->GetName().Len() && IsOwnStorageFormat_Impl( *GetMedium()) && GetMedium()->GetStorage().is() )
+ {
+ try
+ {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]