summaryrefslogtreecommitdiffstats
path: root/sc/inc/arealink.hxx
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:39:34 +0200
commitd1ea2722b0d13632818142b84fa7989fb9d5085f (patch)
tree00fc7c713bed18be21ec87eb36775ee82657358c /sc/inc/arealink.hxx
parentAdd an icon for .uno:AutoPilotMenu (diff)
downloadcore-d1ea2722b0d13632818142b84fa7989fb9d5085f.tar.gz
core-d1ea2722b0d13632818142b84fa7989fb9d5085f.zip
range names need to be checked upper case, fdo#64031
Change-Id: I540821fd7058bf0da27d955c9d966a10dd21ec94
Diffstat (limited to 'sc/inc/arealink.hxx')
-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();