summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcolor.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
commit8021c2f31277989f87ca8224234358760bb3c865 (patch)
tree9675645b64b705b590bf1f68556414bd6caecda9 /lotuswordpro/source/filter/lwpcolor.hxx
parentfix mis-merge in oox (diff)
downloadcore-8021c2f31277989f87ca8224234358760bb3c865.tar.gz
core-8021c2f31277989f87ca8224234358760bb3c865.zip
convert tools type in lotuswordpro
Diffstat (limited to 'lotuswordpro/source/filter/lwpcolor.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcolor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcolor.hxx b/lotuswordpro/source/filter/lwpcolor.hxx
index d1912709721d..61ed9c3e2d8b 100644
--- a/lotuswordpro/source/filter/lwpcolor.hxx
+++ b/lotuswordpro/source/filter/lwpcolor.hxx
@@ -81,7 +81,7 @@ public:
sal_uInt16 GetRed();
sal_uInt16 GetGreen();
sal_uInt16 GetBlue();
- BOOL IsValidColor();
+ sal_Bool IsValidColor();
sal_uInt32 To24Color();
LwpColor& operator = (const LwpColor& rOther);
sal_Bool IsTransparent();
@@ -118,7 +118,7 @@ inline sal_uInt16 LwpColor::GetBlue()
{
return m_nBlue;
}
-inline BOOL LwpColor::IsValidColor()
+inline sal_Bool LwpColor::IsValidColor()
{
return ((m_nExtra!=AGLRGB_INVALID) && (m_nExtra!=AGLRGB_TRANSPARENT));
}