summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-27 13:36:16 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-27 13:38:48 +0200
commit5651e793d2a55e3ab7f4e731252d7c678f1e37c0 (patch)
tree98febcfd5dba7cfe03254ce9845ea16ac9dd8277 /sc/inc
parentc891d0b3d8810815bdb1ed4fe793bb10ff7c541b (diff)
range names need to be checked upper case, fdo#64031
Change-Id: I540821fd7058bf0da27d955c9d966a10dd21ec94
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/arealink.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx
index 43ebeacc083a..60670b478f94 100644
--- a/sc/inc/arealink.hxx
+++ b/sc/inc/arealink.hxx
@@ -41,7 +41,7 @@ private:
bool bAddUndo;
bool bInCreate;
bool bDoInsert; // is set to FALSE for first update
- bool FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const String& rAreaName );
+ bool FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const OUString& rAreaName );
public:
TYPEINFO();