summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-19 11:58:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-19 16:54:35 +0200
commitf3bb88b67b350900f60934e0f7bd550fa4fd47ec (patch)
treefe84002784c9a9b82c2de05f443f800b6db4cc5a /starmath/inc
parent20e8e09a40f5b82992655c565207f0537fc11d24 (diff)
remove apparently no longer necessary scrollbar hide/show hack
before using weldeditview a revert of: commit 67311738157bced7b49e94b24845091995edb142 Date: Thu Nov 7 02:53:09 2013 -0200 fdo#65588 - Elements Dock: Scrollbar moves into input window and inserting multiple copies of the Taylor series rapidly shows a glitch with the horizontal scrollbar as described in command #6 but after using weldeditview reverting this doesn't show the broken behaviour so I'll drop this hackaround Change-Id: I09e654cbd05b08d8e46fbf1986dbc4959687ea02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114264 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/edit.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 3a77af082008..c89c23bd599e 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -136,9 +136,6 @@ public:
void SelPrevMark();
void DeleteEditView();
-
- void HideScrollbars();
- void ShowScrollbars();
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */