diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/table/tablemodel.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx index 38d1c28384a8..0711bb0b6ff9 100644 --- a/include/svtools/table/tablemodel.hxx +++ b/include/svtools/table/tablemodel.hxx @@ -525,6 +525,10 @@ namespace svt { namespace table */ virtual ITableDataSort* getSortAdapter() = 0; + /** returns enabled state. + */ + virtual bool isEnabled() const = 0; + /// destroys the table model instance virtual ~ITableModel() { } }; |