summaryrefslogtreecommitdiff
path: root/include/svtools/simptabl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/simptabl.hxx')
-rw-r--r--include/svtools/simptabl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 40c31d12e46c..a7a7ac7c7172 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -117,7 +117,7 @@ public:
SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const;
const CommandEvent& GetCommandEvent() const { return aCEvt; }
- inline bool IsFocusOnCellEnabled() const { return IsCellFocusEnabled(); }
+ bool IsFocusOnCellEnabled() const { return IsCellFocusEnabled(); }
void SetCommandHdl( const Link<SvSimpleTable*,void>& rLink ) { aCommandLink = rLink; }
void SetHeaderBarClickHdl( const Link<SvSimpleTable*,void>& rLink ) { aHeaderBarClickLink = rLink; }