summaryrefslogtreecommitdiff
path: root/include/svtools/svmedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svmedit.hxx')
-rw-r--r--include/svtools/svmedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svmedit.hxx b/include/svtools/svmedit.hxx
index 0970e38b40aa..892d80fcc18f 100644
--- a/include/svtools/svmedit.hxx
+++ b/include/svtools/svmedit.hxx
@@ -34,7 +34,7 @@ public:
MultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >
- GetComponentInterface(sal_Bool bCreate = sal_True) SAL_OVERRIDE;
+ GetComponentInterface(bool bCreate = true) SAL_OVERRIDE;
};