summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:16:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:16:24 +0000
commit9d2b2e87c26cc1c75f136c99e6c4e56bb54727ab (patch)
treeb062e01ad279d8a508f8affc15d58e41b301fc9e /vcl/source/control/field.cxx
parent1f3f739dce0ee08a4ca6ea064eb5bd174be8b68c (diff)
INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED
2006/05/23 19:34:18 sb 1.13.70.4: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 16:23:09 sb 1.13.70.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/04 15:01:39 os 1.13.70.2: warnings removed 2005/11/04 16:49:34 pl 1.13.70.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/control/field.cxx')
-rw-r--r--vcl/source/control/field.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 2cd434f11d3d..304c20a71e9f 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: field.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 15:30:20 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:16:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -444,7 +444,7 @@ NumericFormatter::NumericFormatter()
// -----------------------------------------------------------------------
-void NumericFormatter::ImplLoadRes( const ResId& rResId )
+void NumericFormatter::ImplLoadRes( const ResId& )
{
ResMgr* pMgr = Resource::GetResManager();
ULONG nMask;