summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:26:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:26:43 +0000
commitee6de8dc6d689e1120cbdb5ba42cfd1054f75f7f (patch)
tree695d560a24c6475e4095fe6e2ad78f3e8ba93fe4 /psprint
parent121562efc84689cf1c4497ed6328adf95b4e7aa4 (diff)
INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED
2005/10/21 10:15:26 pl 1.16.10.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printergfx/common_gfx.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/psprint/source/printergfx/common_gfx.cxx b/psprint/source/printergfx/common_gfx.cxx
index 0075d2fa0048..32bc8af4cd6c 100644
--- a/psprint/source/printergfx/common_gfx.cxx
+++ b/psprint/source/printergfx/common_gfx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: common_gfx.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:45:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:26:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,11 +66,11 @@ using namespace psp ;
static const sal_Int32 nMaxTextColumn = 80;
GraphicsStatus::GraphicsStatus() :
+ mbArtItalic( false ),
+ mbArtBold( false ),
mnTextHeight( 0 ),
mnTextWidth( 0 ),
- mfLineWidth( -1 ),
- mbArtItalic( false ),
- mbArtBold( false )
+ mfLineWidth( -1 )
{
}