summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/metric.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:27:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:27:04 +0000
commit29ed2b173048782bf70f40e2ca5a6e279588f300 (patch)
treee09297455c0fb867e1ce236f34b0aa5f855978ed /vcl/source/gdi/metric.cxx
parent3e981549d2e43c27f23e0d47148d1a22b9e68073 (diff)
INTEGRATION: CWS warnings01 (1.16.70); FILE MERGED
2005/10/21 17:31:16 pl 1.16.70.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'vcl/source/gdi/metric.cxx')
-rw-r--r--vcl/source/gdi/metric.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/gdi/metric.cxx b/vcl/source/gdi/metric.cxx
index 354fc89585d2..1a799ea0584a 100644
--- a/vcl/source/gdi/metric.cxx
+++ b/vcl/source/gdi/metric.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: metric.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:04:52 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:27:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,14 +42,14 @@
// =======================================================================
ImplFontMetric::ImplFontMetric()
-: mnRefCount( 1 ),
- mnMiscFlags( 0 ),
- mnAscent( 0 ),
+: mnAscent( 0 ),
mnDescent( 0 ),
mnIntLeading( 0 ),
mnExtLeading( 0 ),
mnLineHeight( 0 ),
- mnSlant( 0 )
+ mnSlant( 0 ),
+ mnMiscFlags( 0 ),
+ mnRefCount( 1 )
{}
// -----------------------------------------------------------------------