summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-16 09:16:53 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-16 09:20:41 +0900
commit0a330eb7405f75c82707a73d2c2e404326a48554 (patch)
tree8547ce28a88cbcd7025ca816cd2a62f43a08fff1 /include/vcl/longcurr.hxx
parentbc2fe616febbaccb3cda16f66101d393e91232cd (diff)
sal_Bool to bool
Change-Id: I0247e462b648b0dc7fc9ea12723415fbf6dcaff5
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index b0d57c392ab7..f911ca8d8dfa 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -33,7 +33,7 @@ class LocaleDataWrapper;
class VCL_DLLPUBLIC LongCurrencyFormatter : public FormatterBase
{
private:
- SAL_DLLPRIVATE friend sal_Bool ImplLongCurrencyReformat( const XubString&, BigInt, BigInt, sal_uInt16, const LocaleDataWrapper&, XubString&, LongCurrencyFormatter& );
+ SAL_DLLPRIVATE friend bool ImplLongCurrencyReformat( const XubString&, BigInt, BigInt, sal_uInt16, const LocaleDataWrapper&, XubString&, LongCurrencyFormatter& );
SAL_DLLPRIVATE void ImpInit();
protected: