summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:16:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:16:29 +0000
commit74b3193a75b8feccd789aa513aa6af8dd19af2b8 (patch)
tree0289fe5ed18715978da4a4395e2ea292f7b60a64 /starmath
parent15fb3099c1ef6550c74086ac44189b31b3d5cc3d (diff)
INTEGRATION: CWS tl32 (1.17.20); FILE MERGED
2006/10/30 10:35:12 tl 1.17.20.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/utility.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx
index f82003fcf6ea..4f8e52bcf26c 100644
--- a/starmath/source/utility.cxx
+++ b/starmath/source/utility.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: utility.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:56:54 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:16:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,7 +182,7 @@ void SmPickList::Clear()
/**************************************************************************/
/**************************************************************************/
-void * SmFontPickList::CreateItem(const String& rString)
+void * SmFontPickList::CreateItem(const String& /*rString*/)
{
return new Font();
}
@@ -270,7 +270,7 @@ void SmFontPickList::WriteTo(SmFontDialog& rDialog) const
/**************************************************************************/
-IMPL_LINK( SmFontPickListBox, SelectHdl, ListBox *, pListBox )
+IMPL_LINK( SmFontPickListBox, SelectHdl, ListBox *, /*pListBox*/ )
{
USHORT nPos;
String aString;