[Libreoffice-commits] .: basic/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 1 05:22:29 PDT 2010
basic/source/sbx/sbxobj.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 612a73d752664fe643dd3bfac4cb5bf11d42190e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 1 12:22:18 2010 +0000
WaE unused parameter
diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx
index b964300..afc7deb 100644
--- a/basic/source/sbx/sbxobj.cxx
+++ b/basic/source/sbx/sbxobj.cxx
@@ -1049,7 +1049,7 @@ SbxClassType SbxProperty::GetClass() const
return SbxCLASS_PROPERTY;
}
-void SbxObject::GarbageCollection( ULONG nObjects )
+void SbxObject::GarbageCollection( ULONG /*nObjects*/ )
/* [Beschreibung]
More information about the Libreoffice-commits
mailing list