summaryrefslogtreecommitdiff
path: root/lingucomponent/source/lingutil/lingutil.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-22 12:56:25 +0200
committerNoel Grandin <noel@peralex.com>2014-04-23 11:11:50 +0200
commitca56379f27c53d4fa015d7adbb9494186f506de6 (patch)
tree13d294bc496d7ee13f1b0eea85b3333241fdcbc3 /lingucomponent/source/lingutil/lingutil.hxx
parent20c0e71b9d773c03c8c03755076e0d1ad109db6d (diff)
lingucomponent: sal_Bool->bool
Change-Id: I2bc4548574a3275f0839451e747687f924465137
Diffstat (limited to 'lingucomponent/source/lingutil/lingutil.hxx')
-rw-r--r--lingucomponent/source/lingutil/lingutil.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.hxx b/lingucomponent/source/lingutil/lingutil.hxx
index f0c7d705a4a0..9a4f0f6a830d 100644
--- a/lingucomponent/source/lingutil/lingutil.hxx
+++ b/lingucomponent/source/lingutil/lingutil.hxx
@@ -41,7 +41,7 @@ struct lt_rtl_OUString
}
};
-inline sal_Bool operator == ( const ::com::sun::star::lang::Locale &rL1, const ::com::sun::star::lang::Locale &rL2 )
+inline bool operator == ( const ::com::sun::star::lang::Locale &rL1, const ::com::sun::star::lang::Locale &rL2 )
{
return rL1.Language == rL2.Language &&
rL1.Country == rL2.Country &&