summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwphyperlinkmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwphyperlinkmgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwphyperlinkmgr.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/lotuswordpro/source/filter/lwphyperlinkmgr.cxx b/lotuswordpro/source/filter/lwphyperlinkmgr.cxx
index bd8680ead114..4e76b498b9c5 100644
--- a/lotuswordpro/source/filter/lwphyperlinkmgr.cxx
+++ b/lotuswordpro/source/filter/lwphyperlinkmgr.cxx
@@ -60,18 +60,9 @@
#include "lwphyperlinkmgr.hxx"
-LwpHyperlinkMgr::LwpHyperlinkMgr()
-{
- m_bIsHyperlink = false;
-}
+LwpHyperlinkMgr::LwpHyperlinkMgr() { m_bIsHyperlink = false; }
-LwpHyperlinkMgr::~LwpHyperlinkMgr()
-{
-}
+LwpHyperlinkMgr::~LwpHyperlinkMgr() {}
-
-void LwpHyperlinkMgr::SetHyperlink(const OUString& hyperlink)
-{
- m_Hyperlink = hyperlink;
-}
+void LwpHyperlinkMgr::SetHyperlink(const OUString& hyperlink) { m_Hyperlink = hyperlink; }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */