summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-10-21 11:56:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-10-22 08:29:54 +0200
commita3c7d78f3dc5ccce60dc198d2466ec7470f7fe9c (patch)
tree90fafc65d3f560d6266c817042b91b744dfec004 /starmath/inc
parentdb8f0528eb71252b4af9c3f7ec213ea7fb29591a (diff)
loplugin:unusedmethods
Change-Id: I3c94d68cb85adc2005a5a5e3b03a311732f782c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141617 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index f649b022e9fa..22c7b899586e 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -43,7 +43,6 @@ class SmElementsControl
int mnCurrentSetIndex;
sal_uInt16 m_nSmSyntaxVersion;
- bool mbVerticalMode;
std::vector<std::unique_ptr<ElementData>> maItemDatas;
std::unique_ptr<weld::IconView> mpIconView;
@@ -68,8 +67,6 @@ public:
static const std::vector<TranslateId>& categories();
void setElementSetIndex(int nSetIndex);
- void setVerticalMode(bool bVertical);
-
void setSmSyntaxVersion(sal_uInt16 nSmSyntaxVersion);
void SetSelectHdl(const Link<OUString, void>& rLink) { maSelectHdlLink = rLink; }