summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwphyperlinkmgr.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/lwphyperlinkmgr.hxx
parentlingucomponent: sal_Bool->bool (diff)
downloadcore-2692047aacef7b4288f995ce6ff2db5e16b71014.tar.gz
core-2692047aacef7b4288f995ce6ff2db5e16b71014.zip
lotuswordpro: sal_Bool->bool
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
Diffstat (limited to 'lotuswordpro/source/filter/lwphyperlinkmgr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwphyperlinkmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
index 15d8529dba18..a0621c3902ee 100644
--- a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
+++ b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
@@ -71,13 +71,13 @@ class LwpHyperlinkMgr
public:
LwpHyperlinkMgr();
~LwpHyperlinkMgr();
- void SetHyperlinkFlag(sal_Bool bFlag){m_bIsHyperlink = bFlag;}
- sal_Bool GetHyperlinkFlag(){return m_bIsHyperlink;}
+ void SetHyperlinkFlag(bool bFlag){m_bIsHyperlink = bFlag;}
+ bool GetHyperlinkFlag(){return m_bIsHyperlink;}
void SetHyperlink(const OUString& hyperlink);
OUString GetHyperlink();
private:
OUString m_Hyperlink;
- sal_Bool m_bIsHyperlink;
+ bool m_bIsHyperlink;
};
#endif