summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-05 22:19:19 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-06 02:52:37 +0200
commitdf1dc6edd4d5b823ce03b82873f0743453a04c5e (patch)
tree2c0dca57b39c0eec7e004d84352938764c4719b3 /sc/inc
parentff33b0be8779977b5ace5e0f52834d46f24e6903 (diff)
fix for fdo#41381: local range names don't work with INDIRECT
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/rangeutl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 18d15d5ffe5f..d04b97828d39 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -271,6 +271,9 @@ public:
::rtl::OUString& rString,
const ::rtl::OUString& rXMLRange,
ScDocument* pDoc );
+
+// String to RangeData core
+ static ScRangeData* GetRangeDataFromString(const rtl::OUString& rString, const SCTAB nTab, const ScDocument* pDoc);
};
//------------------------------------------------------------------------