diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-04 15:53:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-04 15:59:59 +0200 |
commit | 76f7a05fa34835ab5ec20259d1254f3255432097 (patch) | |
tree | f8f5534fb13ce36cb95635e78067bc4b0357d450 /sc/source | |
parent | 4f1b91205f2535eba355e020de31080bc155f75b (diff) |
document strange code, coverity#704001
Change-Id: Id6668f47f0549e719010141929b011aa028812d2
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/datauno.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index ac260c732b2b..b84879116d3f 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj/datauno.cxx @@ -2052,6 +2052,7 @@ void SAL_CALL ScDatabaseRangeObj::setPropertyValue( { if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) { + // only here to set bIsAdvanced in ScDBData ScRange aRange; aNewData.GetAdvancedQuerySource(aRange); aNewData.SetAdvancedQuerySource(&aRange); |