summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDetectiveContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 19:02:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 19:02:24 +0000
commit7935487946d40aef41b70dc852c66f3c8b7c9da2 (patch)
treefada22914b5237f15c8429a3cef466eef88348b5 /sc/source/filter/xml/XMLDetectiveContext.cxx
parentcd8e3f1f688fd783140f5f9b162e461b13c8e1f5 (diff)
INTEGRATION: CWS chart2mst3 (1.10.374); FILE MERGED
2007/04/25 03:05:05 bm 1.10.374.5: RESYNC: (1.13-1.14); FILE MERGED 2006/10/18 23:51:47 bm 1.10.374.4: RESYNC: (1.12-1.13); FILE MERGED 2005/10/08 08:54:58 bm 1.10.374.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/17 12:43:26 bm 1.10.374.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/12 19:56:33 sab 1.10.374.1: move range to string and string to range converter methods to rangeutil
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.cxx b/sc/source/filter/xml/XMLDetectiveContext.cxx
index 7b939e28fa70..25b661a1a492 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.cxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLDetectiveContext.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 12:45:06 $
+ * last change: $Author: vg $ $Date: 2007-05-22 20:02:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,6 +63,9 @@
#ifndef _SC_XMLCONVERTER_HXX
#include "XMLConverter.hxx"
#endif
+#ifndef SC_RANGEUTL_HXX
+#include "rangeutl.hxx"
+#endif
#include <algorithm>
@@ -178,7 +181,7 @@ ScXMLDetectiveHighlightedContext::ScXMLDetectiveHighlightedContext(
{
sal_Int32 nOffset(0);
GetScImport().LockSolarMutex();
- bValid = ScXMLConverter::GetRangeFromString( aDetectiveObj.aSourceRange, sValue, GetScImport().GetDocument(), nOffset );
+ bValid = ScRangeStringConverter::GetRangeFromString( aDetectiveObj.aSourceRange, sValue, GetScImport().GetDocument(), nOffset );
GetScImport().UnlockSolarMutex();
}
break;