diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-05-22 09:11:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-05-22 09:16:14 +0900 |
commit | 0837a36d9d1734bc48e34cdce609451bbfb38f77 (patch) | |
tree | 2f9b5ee7b61d5f654654191f8c4d8548d5983bf0 /vcl/source/edit/textund2.hxx | |
parent | 4169a1264f8b491e80740c82bada9f6c34e4d26e (diff) |
sal_Bool to bool
Change-Id: I9586db0082592a703dd791b4846a12529b131b9a
Diffstat (limited to 'vcl/source/edit/textund2.hxx')
-rw-r--r-- | vcl/source/edit/textund2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx index 396317e937b0..0ff91792ed09 100644 --- a/vcl/source/edit/textund2.hxx +++ b/vcl/source/edit/textund2.hxx @@ -26,7 +26,7 @@ class TextUndoDelPara : public TextUndo { private: - sal_Bool mbDelObject; + bool mbDelObject; sal_uLong mnPara; TextNode* mpNode; // points at the valid not-destroyed object |