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

sal_Bool->bool

Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea
üst 11679c2c
......@@ -99,7 +99,7 @@ private:
ScAddress aCellPos;
ScEditEngineDefaulter* pEditEngine;
SvxEditEngineForwarder* pForwarder;
sal_Bool bDataValid;
bool bDataValid;
SdrObject* GetCaptionObj();
public:
......
......@@ -167,7 +167,7 @@ SvxTextForwarder* ScAnnotationEditSource::GetTextForwarder()
if ( const EditTextObject* pEditObj = pNote->GetEditTextObject() )
pEditEngine->SetText( *pEditObj ); // incl. Umbrueche
bDataValid = sal_True;
bDataValid = true;
return pForwarder;
}
......
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