summaryrefslogtreecommitdiff
path: root/cui/source/inc/hltpbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hltpbase.hxx')
-rw-r--r--cui/source/inc/hltpbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx
index 52076b1347ee..5debbd79f5dc 100644
--- a/cui/source/inc/hltpbase.hxx
+++ b/cui/source/inc/hltpbase.hxx
@@ -99,7 +99,7 @@ protected:
static OUString GetSchemeFromURL( const OUString& rStrURL );
- inline void DisableClose( bool _bDisable ) { mbIsCloseDisabled = _bDisable; }
+ void DisableClose( bool _bDisable ) { mbIsCloseDisabled = _bDisable; }
public:
SvxHyperlinkTabPageBase (