summaryrefslogtreecommitdiffstats
path: root/include/svtools/inettbc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/inettbc.hxx')
-rw-r--r--include/svtools/inettbc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 0954185138ba..141363d1d068 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -81,7 +81,7 @@ public:
void SetFilter(const OUString& _sFilter);
- inline void EnableAutocompletion( bool _bEnable )
+ void EnableAutocompletion( bool _bEnable )
{ bIsAutoCompleteEnabled = _bEnable; }
void SetPlaceHolder( const OUString& sPlaceHolder )
{ aPlaceHolder = sPlaceHolder; }