[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Feb 18 11:54:23 PST 2011
sc/source/core/data/dpobject.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2a9cb38b4329e54b972c3006e653fc026cd76cdf
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Feb 18 14:53:57 2011 -0500
Removed extra ; at the end of a line.
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index a3fb001..f112971 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -281,7 +281,7 @@ void ScDPObject::SetSheetDesc(const ScSheetSourceDesc& rDesc)
aParam.nCol1 = rSrcRange.aStart.Col();
aParam.nRow1 = rSrcRange.aStart.Row();
aParam.nCol2 = rSrcRange.aEnd.Col();
- aParam.nRow2 = rSrcRange.aEnd.Row();;
+ aParam.nRow2 = rSrcRange.aEnd.Row();
aParam.bHasHeader = true;
pSheetDesc->SetQueryParam(aParam);
More information about the Libreoffice-commits
mailing list