[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Mar 16 02:43:13 PDT 2011
sc/source/ui/vba/vbarange.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 6c5bd042ce36e796f16787493842b34249043e1e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Mar 16 08:44:25 2011 +0000
WaE: silence some warnings
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 9c6df88..6ab4daf 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -1135,6 +1135,7 @@ bool getScRangeListForAddress( const rtl::OUString& sName, ScDocShell* pDocSh, S
{
bLocalName = pRangeName->findByName(sAddress) != NULL;
// TODO: Handle local names correctly.
+ (void)bLocalName;
}
}
}
@@ -3564,7 +3565,7 @@ ScVbaRange::Sort( const uno::Any& Key1, const uno::Any& Order1, const uno::Any&
// #FIXME #TODO
// The SortMethod param is not processed ( not sure what its all about, need to
-
+ (void)nSortMethod;
}
uno::Reference< excel::XRange > SAL_CALL
More information about the Libreoffice-commits
mailing list