summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
index 06db32b3b23a..5b3df3f9cf58 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
@@ -121,7 +121,7 @@ public:
/**
* @descr decide whether it's a solid line.
*/
- sal_Bool IsSolid();
+ bool IsSolid();
double GetWidth();
@@ -190,7 +190,7 @@ inline void XFDrawLineStyle::SetSpace(double space)
m_fSpace = space;
}
-inline sal_Bool XFDrawLineStyle::IsSolid()
+inline bool XFDrawLineStyle::IsSolid()
{
return (m_eLineStyle==enumXFLineSolid);
}