Kaydet (Commit) ad2cba3b authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.4.126); FILE MERGED

2006/05/23 18:27:54 sb 1.4.126.3: RESYNC: (1.4-1.5); FILE MERGED
2006/04/26 08:09:34 os 1.4.126.2: warnings removed
2006/04/20 14:49:44 cl 1.4.126.1: warning free code changes
üst 33248644
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: svxbmpnumvalueset.cxx,v $ * $RCSfile: svxbmpnumvalueset.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: vg $ $Date: 2006-04-07 14:01:37 $ * last change: $Author: hr $ $Date: 2006-06-19 15:30:10 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
* *
************************************************************************/ ************************************************************************/
#pragma hdrstop
#ifndef _SVX_DIALMGR_HXX //autogen #ifndef _SVX_DIALMGR_HXX //autogen
#include <dialmgr.hxx> #include <dialmgr.hxx>
#endif #endif
...@@ -168,7 +166,6 @@ using namespace rtl; ...@@ -168,7 +166,6 @@ using namespace rtl;
#define MAX_BMP_WIDTH 16 #define MAX_BMP_WIDTH 16
#define MAX_BMP_HEIGHT 16 #define MAX_BMP_HEIGHT 16
static BOOL bLastRelative = FALSE;
static const sal_Char cNumberingType[] = "NumberingType"; static const sal_Char cNumberingType[] = "NumberingType";
static const sal_Char cValue[] = "Value"; static const sal_Char cValue[] = "Value";
static const sal_Char cParentNumbering[] = "ParentNumbering"; static const sal_Char cParentNumbering[] = "ParentNumbering";
...@@ -505,10 +502,10 @@ SvxNumValueSet::SvxNumValueSet( Window* pParent, const ResId& rResId, USHORT nTy ...@@ -505,10 +502,10 @@ SvxNumValueSet::SvxNumValueSet( Window* pParent, const ResId& rResId, USHORT nTy
ValueSet( pParent, rResId ), ValueSet( pParent, rResId ),
pVDev ( NULL ), aLineColor ( COL_LIGHTGRAY ),
nPageType ( nType ), nPageType ( nType ),
bHTMLMode ( FALSE ), bHTMLMode ( FALSE ),
aLineColor ( COL_LIGHTGRAY ) pVDev ( NULL )
{ {
SetColCount( 4 ); SetColCount( 4 );
SetLineCount( 2 ); SetLineCount( 2 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment