summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basicbox.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-20 06:11:34 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-20 07:03:02 +0900
commit390fc89057e5cf8a701846836740be09fd8e850e (patch)
treed12e305d616a2c644cf72ce349a4efa8c980564e /basctl/source/basicide/basicbox.hxx
parent15929afc1a0da30ece4b193f4d2cf327886eb440 (diff)
sal_Bool -> bool
Change-Id: I5b334344a0ead5fde083c952e625d74978f1a927
Diffstat (limited to 'basctl/source/basicide/basicbox.hxx')
-rw-r--r--basctl/source/basicide/basicbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basicbox.hxx b/basctl/source/basicide/basicbox.hxx
index 314d99ded66f..ce55433ff865 100644
--- a/basctl/source/basicide/basicbox.hxx
+++ b/basctl/source/basicide/basicbox.hxx
@@ -75,8 +75,8 @@ class BasicLibBox : public DocListenerBox
{
private:
String aCurText;
- sal_Bool bIgnoreSelect;
- sal_Bool bFillBox;
+ bool bIgnoreSelect;
+ bool bFillBox;
com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;
void ReleaseFocus();