summaryrefslogtreecommitdiffstats
path: root/include/svx/sdr/table/tablecontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/table/tablecontroller.hxx')
-rw-r--r--include/svx/sdr/table/tablecontroller.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx
index 5b9dd171710c..79730758b419 100644
--- a/include/svx/sdr/table/tablecontroller.hxx
+++ b/include/svx/sdr/table/tablecontroller.hxx
@@ -100,6 +100,9 @@ public:
/// @see sdr::SelectionController::getSelectedCells().
void getSelectedCells( CellPos& rFirstPos, CellPos& rLastPos ) override;
void setSelectedCells( const CellPos& rFirstPos, const CellPos& rLastPos );
+
+ virtual bool ChangeFontSize(bool bGrow, const FontList* pFontList) override;
+
void clearSelection();
void selectAll();