diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 13:36:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 13:39:34 +0200 |
commit | d1ea2722b0d13632818142b84fa7989fb9d5085f (patch) | |
tree | 00fc7c713bed18be21ec87eb36775ee82657358c /sc/inc/arealink.hxx | |
parent | f77388c643399af7852e59fb0c3fd1da3795ea44 (diff) |
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.hxx | 2 |
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(); |