summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuihyperdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 08:39:44 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 10:49:24 +0200
commit889fc93087ae1b57348803014c0a6090fd48c06f (patch)
tree9773c8cb5a9589d52fc0af5a2c56680c30aa3a5b /cui/source/inc/cuihyperdlg.hxx
parentdb48f40e0777e566627852aeca92588869498adb (diff)
loplugin:unusedmethods unused return value in cui
Change-Id: Ib65ceeeb5e1be0de5e3808e652e910fff3820bf8
Diffstat (limited to 'cui/source/inc/cuihyperdlg.hxx')
-rw-r--r--cui/source/inc/cuihyperdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx
index f67e51e38532..8b47df782023 100644
--- a/cui/source/inc/cuihyperdlg.hxx
+++ b/cui/source/inc/cuihyperdlg.hxx
@@ -85,7 +85,7 @@ public:
virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage ) override;
- sal_uInt16 SetPage( SvxHyperlinkItem* pItem );
+ void SetPage( SvxHyperlinkItem* pItem );
void SetReadOnlyMode( bool bReadOnly );
inline bool IsHTMLDoc() const { return mbIsHTMLDoc; }