Kaydet (Commit) af2f568c authored tarafından Noel Grandin's avatar Noel Grandin

editeng: sal_Bool->bool

Change-Id: Icaab3bcf646611ebb31415c54e0ce350817d8fc8
üst a4850e3d
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
ParagraphData::ParagraphData() ParagraphData::ParagraphData()
: nDepth( -1 ) : nDepth( -1 )
, mnNumberingStartValue( -1 ) , mnNumberingStartValue( -1 )
, mbParaIsNumberingRestart( sal_False ) , mbParaIsNumberingRestart( false )
{ {
} }
......
...@@ -37,7 +37,7 @@ class ParagraphData ...@@ -37,7 +37,7 @@ class ParagraphData
protected: protected:
sal_Int16 nDepth; sal_Int16 nDepth;
sal_Int16 mnNumberingStartValue; sal_Int16 mnNumberingStartValue;
sal_Bool mbParaIsNumberingRestart; bool mbParaIsNumberingRestart;
public: public:
ParagraphData( const ParagraphData& ); ParagraphData( const ParagraphData& );
......
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