ooo-build r15255 - in trunk: . patches/dev300



Author: kyoshida
Date: Fri Jan 30 16:13:49 2009
New Revision: 15255
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15255&view=rev

Log:
2009-01-30  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/calc-external-defined-names-enable.diff: enabled
	ScCompiler::IsExternalNamedRange() to allow inserting a new external 
	named range.


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/calc-external-defined-names-enable.diff

Modified: trunk/patches/dev300/calc-external-defined-names-enable.diff
==============================================================================
--- trunk/patches/dev300/calc-external-defined-names-enable.diff	(original)
+++ trunk/patches/dev300/calc-external-defined-names-enable.diff	Fri Jan 30 16:13:49 2009
@@ -11,3 +11,16 @@
                              sal_uInt16 nFileId;
                              if (!GetExternalFileIdFromXti(nXtiIndex, nFileId) || !pExtName->HasFormulaTokens())
                              {
+diff --git sc/source/core/tool/compiler.cxx sc/source/core/tool/compiler.cxx
+index 4cb6bdd..ad87394 100644
+--- sc/source/core/tool/compiler.cxx
++++ sc/source/core/tool/compiler.cxx
+@@ -2909,7 +2909,7 @@ bool ScCompiler::IsExternalNamedRange( const String& rSymbol )
+      * spec first. Until then don't pretend to support external names that 
+      * wouldn't survive a save and reload cycle, return false instead. */
+ 
+-#if 0
++#if 1
+     if (!pConv)
+         return false;
+ 



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