diff options
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 |