summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-02-02 15:08:43 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-03 07:56:45 +0100
commit404f14ce91b3c8abdd59c017298923b71fa5cef0 (patch)
tree57f3ae8c108b4463146ac7af6d1ee92b96babcb1 /compilerplugins
parent3b778d346522ac8fc3018eb93509fb3d993233cc (diff)
Clean up SmColorTokenTableEntry
Remove useless member SmColorTokenTableEntry::cIdent aColorTokenTableDVIPS renamed (make the loop enter in one line) removed redundant code in visitors (related to color) removed temporal variables on visitors (related to color) removed temporal variables on mthmlexport (related to color) removed redundant code in mathmlexport (related to color) Since SmColorTokenTableEntry is used as pointer remove useless operators Change-Id: Icef831711c95e4f9c23b29a3a3606dd9d6fcf6c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110321 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedmethods.results6
1 files changed, 0 insertions, 6 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results
index 6673bd00e62a..de8f37e5db59 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -1324,12 +1324,6 @@ starmath/inc/token.hxx:166
SmColorTokenTableEntry::SmColorTokenTableEntry()
starmath/inc/token.hxx:182
SmColorTokenTableEntry::SmColorTokenTableEntry(const class std::unique_ptr<struct SmColorTokenTableEntry, struct std::default_delete<struct SmColorTokenTableEntry> >)
-starmath/inc/token.hxx:207
- _Bool SmColorTokenTableEntry::operator==(const class rtl::OUString &) const
-starmath/inc/token.hxx:212
- _Bool SmColorTokenTableEntry::operator==(unsigned int) const
-starmath/inc/token.hxx:217
- _Bool SmColorTokenTableEntry::operator==(class Color) const
starmath/inc/token.hxx:226
_Bool SmColorTokenTableEntry::equals(class Color) const
starmath/mathml/inc/mathmlMo.hxx:83