summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpframelayout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-22 14:14:14 +0200
committerNoel Grandin <noel@peralex.com>2014-04-23 11:11:50 +0200
commit2692047aacef7b4288f995ce6ff2db5e16b71014 (patch)
tree2d43552ad1a01cfb6287d54f35b5ae3ca538393b /lotuswordpro/source/filter/lwpframelayout.hxx
parentca56379f27c53d4fa015d7adbb9494186f506de6 (diff)
lotuswordpro: sal_Bool->bool
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
Diffstat (limited to 'lotuswordpro/source/filter/lwpframelayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpframelayout.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpframelayout.hxx b/lotuswordpro/source/filter/lwpframelayout.hxx
index c4535180714f..ec0c39cbbf2f 100644
--- a/lotuswordpro/source/filter/lwpframelayout.hxx
+++ b/lotuswordpro/source/filter/lwpframelayout.hxx
@@ -98,7 +98,7 @@ private:
void ApplyBackGround(XFFrameStyle* pFrameStyle);
// end add
void ParseAnchorType(XFFrame* pXFFrame);
- sal_Bool IsLeftWider();
+ bool IsLeftWider();
private:
LwpPlacableLayout* m_pLayout;
OUString m_StyleName;
@@ -133,10 +133,10 @@ public:
virtual LWP_LAYOUT_TYPE GetLayoutType () SAL_OVERRIDE { return LWP_FRAME_LAYOUT;}
virtual void RegisterStyle() SAL_OVERRIDE;
virtual void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE;
- void XFConvertFrame(XFContentContainer* pCont, sal_Int32 nStart = 0, sal_Int32 nEnd = 0, sal_Bool bAll = sal_False) SAL_OVERRIDE;
+ void XFConvertFrame(XFContentContainer* pCont, sal_Int32 nStart = 0, sal_Int32 nEnd = 0, bool bAll = false) SAL_OVERRIDE;
OUString GetNextLinkName();
- sal_Bool HasPreviousLinkLayout();
- sal_Bool IsForWaterMark() SAL_OVERRIDE;
+ bool HasPreviousLinkLayout();
+ bool IsForWaterMark() SAL_OVERRIDE;
double GetWidth() SAL_OVERRIDE;
void ApplyGraphicSize(XFFrame* pXFFrame);
protected:
@@ -161,7 +161,7 @@ public:
virtual LWP_LAYOUT_TYPE GetLayoutType () SAL_OVERRIDE { return LWP_GROUP_LAYOUT;}
virtual void RegisterStyle() SAL_OVERRIDE;
virtual void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE;
- void XFConvertFrame(XFContentContainer* pCont, sal_Int32 nStart = 0, sal_Int32 nEnd = 0, sal_Bool bAll = sal_False) SAL_OVERRIDE;
+ void XFConvertFrame(XFContentContainer* pCont, sal_Int32 nStart = 0, sal_Int32 nEnd = 0, bool bAll = false) SAL_OVERRIDE;
protected:
void Read() SAL_OVERRIDE;
private: