diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-16 01:37:01 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-24 23:29:23 -0400 |
commit | acdd5aad07fc197f099cc99e19f6135039cb0343 (patch) | |
tree | 697c2a97088be3eca759b5c75006cb2b45b0d99a /sc/source/ui/vba/vbanames.cxx | |
parent | 4d442c1207ac4ea9cc49fe9688242b4515c17407 (diff) |
More of the same.
Change-Id: I6a5f94723b5efb916abc88d0de9f972e142199df
Diffstat (limited to 'sc/source/ui/vba/vbanames.cxx')
-rw-r--r-- | sc/source/ui/vba/vbanames.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbanames.cxx b/sc/source/ui/vba/vbanames.cxx index 4abdd11e00f0..c0a9615eb2bd 100644 --- a/sc/source/ui/vba/vbanames.cxx +++ b/sc/source/ui/vba/vbanames.cxx @@ -163,7 +163,7 @@ ScVbaNames::Add( const css::uno::Any& Name , { ScRange aRange; ScDocShell* pDocSh = excel::getDocShell(getModel()); - if ( pTokens->IsValidReference( aRange ) ) + if (pTokens->IsValidReference(aRange, aBlank)) xUnoRange = new ScCellRangeObj( pDocSh, aRange ); else { |