summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribtext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribtext.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribtext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtext.hxx b/lotuswordpro/source/filter/lwpfribtext.hxx
index 1fe16aa4749f..5be98237111f 100644
--- a/lotuswordpro/source/filter/lwpfribtext.hxx
+++ b/lotuswordpro/source/filter/lwpfribtext.hxx
@@ -69,13 +69,13 @@
class LwpFribText : public LwpFrib
{
public:
- LwpFribText( LwpPara* pPara, sal_Bool bNoUnicode=false);
+ LwpFribText( LwpPara* pPara, bool bNoUnicode=false);
virtual ~LwpFribText(){}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
void XFConvert(XFContentContainer* pXFPara,LwpStory* pStory);
private:
OUString m_Content;
- sal_Bool m_bNoUnicode;
+ bool m_bNoUnicode;
public:
OUString GetText(){return m_Content;}
};