diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2024-05-06 09:20:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2024-05-16 09:17:09 +0200 |
commit | c8a5dc46d11f2ef1e3a66d633730d9a700ced24a (patch) | |
tree | df9b1b9ad3572d536e9b981c4d3df4cfa61d6009 /sw/inc/editsh.hxx | |
parent | 28c64afa68f52fb847e9915cde108b856fa39987 (diff) |
tdf#161056 Show bullets used in document in bullets dropdown
Change-Id: I40cfc39501006146f7c6c04a1f3c7cf877c6f1c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167186
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index a4dcecd6d449..85eb84bca3f5 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -578,6 +578,7 @@ public: text node belongs, which applies the found list style. */ const SwNumRule * SearchNumRule(const bool bNum, OUString& sListId ); + std::vector<OUString> GetUsedBullets(); /** Undo. Maintain UndoHistory in Document. |