Kaydet (Commit) 8d40a23a authored tarafından Caolán McNamara's avatar Caolán McNamara

drop some unnecessary headers

Change-Id: Ic26c41e1d6be76e28081cc0110cd2335c03d2e27
Reviewed-on: https://gerrit.libreoffice.org/60755Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 98e45269
...@@ -19,20 +19,9 @@ ...@@ -19,20 +19,9 @@
#ifndef INCLUDED_STARMATH_INC_DIALOG_HXX #ifndef INCLUDED_STARMATH_INC_DIALOG_HXX
#define INCLUDED_STARMATH_INC_DIALOG_HXX #define INCLUDED_STARMATH_INC_DIALOG_HXX
#include <vcl/image.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/layout.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/combobox.hxx>
#include <svx/charmap.hxx> #include <svx/charmap.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <vcl/field.hxx>
#include <vcl/menubtn.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/menu.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <svtools/ctrlbox.hxx> #include <svtools/ctrlbox.hxx>
#include <svtools/ctrltool.hxx> #include <svtools/ctrltool.hxx>
......
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <sal/types.h> #include <sal/types.h>
#include <salhelper/singletonref.hxx> #include <salhelper/singletonref.hxx>
#include <vcl/button.hxx>
#include <vcl/cairo.hxx> #include <vcl/cairo.hxx>
#include <vcl/cursor.hxx> #include <vcl/cursor.hxx>
#include <vcl/devicecoordinate.hxx> #include <vcl/devicecoordinate.hxx>
...@@ -96,7 +95,6 @@ ...@@ -96,7 +95,6 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <cppuhelper/weak.hxx> #include <cppuhelper/weak.hxx>
#include <cppuhelper/weakref.hxx> #include <cppuhelper/weakref.hxx>
#include <dialog.hxx>
#include <document.hxx> #include <document.hxx>
#include <editeng/editdata.hxx> #include <editeng/editdata.hxx>
#include <editeng/editengdllapi.h> #include <editeng/editengdllapi.h>
......
...@@ -23,14 +23,10 @@ ...@@ -23,14 +23,10 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <vcl/font.hxx> #include <vcl/font.hxx>
#include <vcl/fixed.hxx>
#include <vcl/combobox.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <deque> #include <deque>
inline long SmPtsTo100th_mm(long nNumPts) inline long SmPtsTo100th_mm(long nNumPts)
// returns the length (in 100th of mm) that corresponds to the length // returns the length (in 100th of mm) that corresponds to the length
// 'nNumPts' (in units points). // 'nNumPts' (in units points).
......
...@@ -26,10 +26,8 @@ ...@@ -26,10 +26,8 @@
#include <svl/eitem.hxx> #include <svl/eitem.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <svtools/ctrltool.hxx> #include <svtools/ctrltool.hxx>
#include <vcl/waitobj.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/wall.hxx> #include <vcl/wall.hxx>
#include <vcl/fontcharmap.hxx> #include <vcl/fontcharmap.hxx>
......
...@@ -17,15 +17,11 @@ ...@@ -17,15 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <vcl/builderfactory.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <utility.hxx> #include <utility.hxx>
#include <dialog.hxx> #include <dialog.hxx>
#include <view.hxx> #include <view.hxx>
// return pointer to active SmViewShell, if this is not possible // return pointer to active SmViewShell, if this is not possible
// return 0 instead. // return 0 instead.
//!! Since this method is based on the current focus it is somewhat //!! Since this method is based on the current focus it is somewhat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment