diff options
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r-- | svtools/source/brwbox/brwbox1.cxx | 3 | ||||
-rw-r--r-- | svtools/source/brwbox/brwbox2.cxx | 1 | ||||
-rw-r--r-- | svtools/source/brwbox/brwbox3.cxx | 2 | ||||
-rw-r--r-- | svtools/source/brwbox/brwimpl.hxx | 2 | ||||
-rw-r--r-- | svtools/source/brwbox/datwin.cxx | 3 | ||||
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 2 | ||||
-rw-r--r-- | svtools/source/brwbox/ebbcontrols.cxx | 3 | ||||
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 2 | ||||
-rw-r--r-- | svtools/source/brwbox/editbrowsebox2.cxx | 1 |
9 files changed, 2 insertions, 17 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx index 83ba7c83d3e0..0016b3b8cd05 100644 --- a/svtools/source/brwbox/brwbox1.cxx +++ b/svtools/source/brwbox/brwbox1.cxx @@ -22,16 +22,13 @@ #include <o3tl/numeric.hxx> #include "datwin.hxx" #include <tools/debug.hxx> -#include <tools/stream.hxx> #include <tools/fract.hxx> #include <sal/log.hxx> -#include <functional> #include <algorithm> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> -#include <com/sun/star/accessibility/XAccessible.hpp> #include <tools/multisel.hxx> #include "brwimpl.hxx" diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index 7da7ad6a6122..10a4202f71c4 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -23,7 +23,6 @@ #include <svtools/brwbox.hxx> #include "datwin.hxx" #include <svtools/colorcfg.hxx> -#include <vcl/salgtype.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> #include <vcl/ptrstyle.hxx> diff --git a/svtools/source/brwbox/brwbox3.cxx b/svtools/source/brwbox/brwbox3.cxx index cc5b535767e2..0c4f60316541 100644 --- a/svtools/source/brwbox/brwbox3.cxx +++ b/svtools/source/brwbox/brwbox3.cxx @@ -24,10 +24,8 @@ #include <sal/log.hxx> #include <tools/debug.hxx> #include <tools/multisel.hxx> -#include "datwin.hxx" #include "brwimpl.hxx" #include <com/sun/star/accessibility/AccessibleStateType.hpp> -#include <com/sun/star/accessibility/AccessibleRole.hpp> // Accessibility ============================================================== diff --git a/svtools/source/brwbox/brwimpl.hxx b/svtools/source/brwbox/brwimpl.hxx index 4e8fb8844675..06fb16c67016 100644 --- a/svtools/source/brwbox/brwimpl.hxx +++ b/svtools/source/brwbox/brwimpl.hxx @@ -19,8 +19,10 @@ #ifndef INCLUDED_SVTOOLS_SOURCE_BRWBOX_BRWIMPL_HXX #define INCLUDED_SVTOOLS_SOURCE_BRWBOX_BRWIMPL_HXX +#include <vcl/accessibletableprovider.hxx> #include <vcl/svtaccessiblefactory.hxx> #include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/accessibility/XAccessible.hpp> #include <osl/diagnose.h> #include <map> diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx index 93557bd4fc7b..33ba6eaf1d5c 100644 --- a/svtools/source/brwbox/datwin.cxx +++ b/svtools/source/brwbox/datwin.cxx @@ -21,12 +21,9 @@ #include "datwin.hxx" #include <o3tl/numeric.hxx> #include <vcl/commandevent.hxx> -#include <vcl/svapp.hxx> #include <vcl/help.hxx> -#include <vcl/image.hxx> #include <vcl/settings.hxx> #include <vcl/ptrstyle.hxx> -#include <rtl/string.hxx> #include <tools/debug.hxx> #include <tools/fract.hxx> diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index 27edfba52de7..41d8d4c4827e 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -23,9 +23,7 @@ #include <svtools/brwbox.hxx> #include <svtools/brwhead.hxx> #include <vcl/timer.hxx> -#include <vcl/image.hxx> #include <vcl/transfer.hxx> -#include <memory> #include <vector> diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx index 5c834f768bc7..157a6dc05590 100644 --- a/svtools/source/brwbox/ebbcontrols.cxx +++ b/svtools/source/brwbox/ebbcontrols.cxx @@ -17,13 +17,10 @@ */ #include <svtools/editbrowsebox.hxx> -#include <vcl/decoview.hxx> #include <vcl/fmtfield.hxx> #include <vcl/xtextedt.hxx> #include <vcl/textview.hxx> -#include <algorithm> - namespace svt { diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 3a6ef091fe3f..f71515a2221c 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -24,13 +24,11 @@ #include <vcl/window.hxx> #include <vcl/edit.hxx> -#include <vcl/spinfld.hxx> #include <vcl/settings.hxx> #include <bitmaps.hlst> #include <algorithm> -#include <tools/multisel.hxx> #include "editbrowseboximpl.hxx" #include <com/sun/star/accessibility/AccessibleEventId.hpp> diff --git a/svtools/source/brwbox/editbrowsebox2.cxx b/svtools/source/brwbox/editbrowsebox2.cxx index 6b18a2d08bbf..3544979e725b 100644 --- a/svtools/source/brwbox/editbrowsebox2.cxx +++ b/svtools/source/brwbox/editbrowsebox2.cxx @@ -23,7 +23,6 @@ #include "editbrowseboximpl.hxx" #include <comphelper/types.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/svtaccessiblefactory.hxx> #include <vcl/accessiblefactory.hxx> #include <vcl/svapp.hxx> #include <osl/diagnose.h> |