summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-19 08:54:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-19 22:20:21 +0200
commit8d40a23aafc4c0972e052fbb58862228839cc7ef (patch)
tree989a3adc8b7ec45761f95b086a5761bb6d7b6f3b /starmath/inc/utility.hxx
parent98e45269e4d9f276a27c065dbd00614436856b20 (diff)
drop some unnecessary headers
Change-Id: Ic26c41e1d6be76e28081cc0110cd2335c03d2e27 Reviewed-on: https://gerrit.libreoffice.org/60755 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index e6346d4dc6e4..bcd5736a27a5 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -23,14 +23,10 @@
#include <sal/log.hxx>
#include <vcl/font.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/lstbox.hxx>
#include <vcl/weld.hxx>
#include <tools/fract.hxx>
#include <deque>
-
inline long SmPtsTo100th_mm(long nNumPts)
// returns the length (in 100th of mm) that corresponds to the length
// 'nNumPts' (in units points).