diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-19 08:54:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-19 22:20:21 +0200 |
commit | 8d40a23aafc4c0972e052fbb58862228839cc7ef (patch) | |
tree | 989a3adc8b7ec45761f95b086a5761bb6d7b6f3b /starmath/source | |
parent | 98e45269e4d9f276a27c065dbd00614436856b20 (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/source')
-rw-r--r-- | starmath/source/dialog.cxx | 2 | ||||
-rw-r--r-- | starmath/source/utility.cxx | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 748ad51575f0..127bcaac30d5 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -26,10 +26,8 @@ #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/weld.hxx> #include <svtools/ctrltool.hxx> -#include <vcl/waitobj.hxx> #include <vcl/settings.hxx> #include <vcl/wall.hxx> #include <vcl/fontcharmap.hxx> diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx index 1018bad60c04..c82b5ec6b7aa 100644 --- a/starmath/source/utility.cxx +++ b/starmath/source/utility.cxx @@ -17,15 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/builderfactory.hxx> - #include <strings.hrc> - #include <utility.hxx> #include <dialog.hxx> #include <view.hxx> - // return pointer to active SmViewShell, if this is not possible // return 0 instead. //!! Since this method is based on the current focus it is somewhat |