summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-22 09:11:28 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-22 09:16:14 +0900
commit0837a36d9d1734bc48e34cdce609451bbfb38f77 (patch)
tree2f9b5ee7b61d5f654654191f8c4d8548d5983bf0 /include
parent4169a1264f8b491e80740c82bada9f6c34e4d26e (diff)
sal_Bool to bool
Change-Id: I9586db0082592a703dd791b4846a12529b131b9a
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vclmedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index 63caa3b4c352..5b64bbbed4f7 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -126,7 +126,7 @@ public:
void DisableSelectionOnFocus();
- void SetTextSelectable( sal_Bool bTextSelectable );
+ void SetTextSelectable( bool bTextSelectable );
void EnableCursor( sal_Bool bEnable );
virtual bool set_property(const OString &rKey, const OString &rValue);