summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-19 14:11:15 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-19 14:16:50 +0900
commita9bc164accdccc0f0ee074ded9b3559a52d5300b (patch)
tree0ab705425df49bbf0f8591800ba325a9208ea463 /svx/inc
parentf90f71e2685310af6461bc3ed27eb9252ea40d69 (diff)
sal_Bool to bool
Change-Id: I0a8d0f11c45aba1d34a0098e6a371bd616b08b72
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/langbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/langbox.hxx b/svx/inc/svx/langbox.hxx
index 723914c7e5b3..106af28ee913 100644
--- a/svx/inc/svx/langbox.hxx
+++ b/svx/inc/svx/langbox.hxx
@@ -47,7 +47,7 @@ class SvtLanguageTable;
// load language strings from resource
-SVX_DLLPUBLIC String GetDicInfoStr( const String& rName, const sal_uInt16 nLang, sal_Bool bNeg );
+SVX_DLLPUBLIC String GetDicInfoStr( const String& rName, const sal_uInt16 nLang, bool bNeg );
class SVX_DLLPUBLIC SvxLanguageBox : public ListBox
{