diff options
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r-- | include/editeng/outliner.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index d1d46dc67326..2948bf6bdfdd 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -317,6 +317,7 @@ public: or disables bullets/numbering for the selected paragraphs if the bullets/numbering of the first paragraph is on */ void ToggleBullets(); + bool IsBulletOrNumbering(bool& bBullets, bool& bNumbering); void ToggleBulletsNumbering( const bool bToggle, |