summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-04 15:53:40 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-04 15:59:59 +0200
commit76f7a05fa34835ab5ec20259d1254f3255432097 (patch)
treef8f5534fb13ce36cb95635e78067bc4b0357d450 /sc/source/ui/unoobj
parentremove unused header file (diff)
downloadcore-76f7a05fa34835ab5ec20259d1254f3255432097.tar.gz
core-76f7a05fa34835ab5ec20259d1254f3255432097.zip
document strange code, coverity#704001
Change-Id: Id6668f47f0549e719010141929b011aa028812d2
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/datauno.cxx1
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);