summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-15 09:30:20 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 15:23:28 +0200
commit23dc4e1a0080b70a3dc860c1e1a414e5442c8837 (patch)
tree011b014e3eb8dac46a5ea9f4f4e237c51e9a6fa1 /basctl/source/basicide/moduldlg.hxx
parent16691e09ee4e57c9ee9e8988f271f6c0dbe96b6b (diff)
basctl: sal_Bool->bool
Change-Id: I85e1e94557a238f629151d9ce46a502efed3696d
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index d01c940869c8..64aa1f474ed7 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -108,7 +108,7 @@ protected:
virtual TriState NotifyCopying( SvTreeListEntry* pTarget, SvTreeListEntry* pEntry,
SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos ) SAL_OVERRIDE;
TriState NotifyCopyingMoving( SvTreeListEntry* pTarget, SvTreeListEntry* pEntry,
- SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos, sal_Bool bMove );
+ SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos, bool bMove );
public:
ExtTreeListBox(Window* pParent, WinBits nStyle);