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



Author: kyoshida
Date: Mon Aug 11 21:33:40 2008
New Revision: 13522
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13522&view=rev

Log:
2008-08-11  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/calc-external-defined-names.diff: a tiny code cleanup. 


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

Modified: trunk/patches/dev300/calc-external-defined-names.diff
==============================================================================
--- trunk/patches/dev300/calc-external-defined-names.diff	(original)
+++ trunk/patches/dev300/calc-external-defined-names.diff	Mon Aug 11 21:33:40 2008
@@ -207,10 +207,10 @@
  
 diff --git sc/inc/externalrefmgr.hxx sc/inc/externalrefmgr.hxx
 new file mode 100644
-index 0000000..aa02003
+index 0000000..8a11b5d
 --- /dev/null
 +++ sc/inc/externalrefmgr.hxx
-@@ -0,0 +1,346 @@
+@@ -0,0 +1,342 @@
 +/*************************************************************************
 + *
 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -371,10 +371,6 @@
 +
 +    bool isDocInitialized(sal_uInt16 nFileId);
 +    void initializeDoc(sal_uInt16 nFileId, const ::std::vector<String>& rTabNames);
-+#if 0
-+    const String* getExternalTableName(sal_uInt16 nFileId, SCTAB nTab);
-+    SCTAB getExternalTableId(sal_uInt16 nFileId, const String& rTabName);
-+#endif
 +    const ::std::vector<String>* getAllTableNames(sal_uInt16 nFileId) const;
 +
 +    /** 



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