ooo-build r15368 - in trunk: . patches/vba



Author: noelpwer
Date: Wed Feb 18 15:22:21 2009
New Revision: 15368
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15368&view=rev

Log:
2009-02-17  Noel Power <noel power novell com>

        * patches/vba/vba-word-support.diff: remove bad trailing hunk



Modified:
   trunk/ChangeLog
   trunk/patches/vba/vba-word-support.diff

Modified: trunk/patches/vba/vba-word-support.diff
==============================================================================
--- trunk/patches/vba/vba-word-support.diff	(original)
+++ trunk/patches/vba/vba-word-support.diff	Wed Feb 18 15:22:21 2009
@@ -31303,21 +31303,3 @@
 +	local:
 +		*;
 +};
-diff --git vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbahelper.cxx
-index 4e3ce8e..9d66ee0 100644
---- vbahelper/source/vbahelper/vbahelper.cxx
-+++ vbahelper/source/vbahelper/vbahelper.cxx
-@@ -907,10 +907,12 @@ String docMacroExists( SfxObjectShell* pShell, const String& sMod, const String&
- 	// called at this stage tdoc content handler stuff is not set up
- 	// so it fails
- 
--    const static String sLibrary( RTL_CONSTASCII_USTRINGPARAM("Standard"));
-+        String sLibrary( RTL_CONSTASCII_USTRINGPARAM("Standard"));
- 	BasicManager* pBasicMgr = pShell-> GetBasicManager();
- 	if ( pBasicMgr )
- 	{
-+		if ( pBasicMgr->GetName().Len() )
-+			sLibrary =  pBasicMgr->GetName();
- 		StarBASIC* pBasic = pBasicMgr->GetLib( sLibrary );
- 		if ( !pBasic )
- 		{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]