summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuihyperdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuihyperdlg.hxx')
-rw-r--r--cui/source/inc/cuihyperdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx
index 056e4cd0eb9b..19feaf2aaeac 100644
--- a/cui/source/inc/cuihyperdlg.hxx
+++ b/cui/source/inc/cuihyperdlg.hxx
@@ -86,9 +86,9 @@ public:
void SetPage( SvxHyperlinkItem* pItem );
void SetReadOnlyMode( bool bReadOnly );
- inline bool IsHTMLDoc() const { return mbIsHTMLDoc; }
+ bool IsHTMLDoc() const { return mbIsHTMLDoc; }
- inline SfxDispatcher* GetDispatcher() const { return mpBindings->GetDispatcher(); }
+ SfxDispatcher* GetDispatcher() const { return mpBindings->GetDispatcher(); }
};