summaryrefslogtreecommitdiff
path: root/include/connectivity/filtermanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/filtermanager.hxx')
-rw-r--r--include/connectivity/filtermanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/filtermanager.hxx b/include/connectivity/filtermanager.hxx
index 4999dede4149..41df1c61b9f0 100644
--- a/include/connectivity/filtermanager.hxx
+++ b/include/connectivity/filtermanager.hxx
@@ -84,7 +84,7 @@ namespace dbtools
const OUString& getFilterComponent( FilterComponent _eWhich ) const;
void setFilterComponent( FilterComponent _eWhich, const OUString& _rComponent );
- inline bool isApplyPublicFilter( ) const { return m_bApplyPublicFilter; }
+ bool isApplyPublicFilter( ) const { return m_bApplyPublicFilter; }
void setApplyPublicFilter( bool _bApply );
private: