diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-08 20:04:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-09 12:08:15 +0200 |
commit | 485300f9aef53f63e24339422b1dd2bfa12d543e (patch) | |
tree | 3e3f5aca8dbbade3ed18a68da0b57ace4cc2bee5 /starmath | |
parent | 0e1a0ecffa055062a21815ab13eb6e4f8c769b8f (diff) |
loplugin:unusedmethods
Change-Id: Ib89ab59f7ad7e90b2a44ddd122176cde904fba4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135520
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/ElementsDockingWindow.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/visitors.hxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx index 859b7b73a826..5d6a0bd3dfc7 100644 --- a/starmath/inc/ElementsDockingWindow.hxx +++ b/starmath/inc/ElementsDockingWindow.hxx @@ -66,7 +66,6 @@ public: ~SmElementsControl(); static const std::vector<TranslateId>& categories(); - const TranslateId& elementSetId() const { return msCurrentSetId; } void setElementSetId(TranslateId pSetId); void setVerticalMode(bool bVertical); diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx index eac047133ebf..27c4e374e9ff 100644 --- a/starmath/inc/visitors.hxx +++ b/starmath/inc/visitors.hxx @@ -470,15 +470,6 @@ private: } /** - * Appends rText to the OUStringBuffer ( maCmdText ). - * @param rText - * @return - */ - void Append( const char* rText ) { - maCmdText.append( OUString::createFromAscii(rText) ); - } - - /** * Append a blank for separation, if needed. * It is needed if last char is not ' '. * @return |