diff options
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/acceleratorexecute.cxx | 4 | ||||
-rw-r--r-- | svtools/source/misc/ehdl.cxx | 4 | ||||
-rw-r--r-- | svtools/source/misc/embedhlp.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 3 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 8 | ||||
-rw-r--r-- | svtools/source/misc/langhelp.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/langtab.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/sampletext.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/templatefoldercache.cxx | 1 |
9 files changed, 1 insertions, 25 deletions
diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index 6ad98b2c6fb0..a9e44ba6a9f8 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -26,17 +26,13 @@ #include <com/sun/star/ui/XUIConfigurationManager.hpp> #include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> -#include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <cppuhelper/implbase.hxx> #include <vcl/evntpost.hxx> -#include <vcl/window.hxx> -#include <vcl/svapp.hxx> #include <osl/mutex.hxx> namespace svt diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx index 73399037e30f..1dcfbc9909d6 100644 --- a/svtools/source/misc/ehdl.cxx +++ b/svtools/source/misc/ehdl.cxx @@ -21,17 +21,13 @@ #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <vcl/settings.hxx> #include <sal/log.hxx> #include <svtools/ehdl.hxx> -#include <svtools/soerr.hxx> #include <svtools/svtresid.hxx> -#include <svtools/strings.hrc> #include <svtools/sfxecode.hxx> #include <memory> #include <errtxt.hrc> -#include <strings.hxx> static DialogMask aWndFunc( weld::Window *pWin, // Parent of the dialog diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index f6dd90343726..3e270f0e8d60 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -42,13 +42,11 @@ #include <com/sun/star/util/XModifyListener.hpp> #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/embed/Aspects.hpp> -#include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/EmbedStates.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XStateChangeListener.hpp> #include <com/sun/star/embed/XLinkageSupport.hpp> -#include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/chart2/XDefaultSizeTransmitter.hpp> #include <cppuhelper/implbase.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 61ad948ea8da..ac18b8cdead9 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/EmbedStates.hpp> -#include <com/sun/star/embed/XVisualObject.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 9941c5051db6..03132e258926 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -21,24 +21,18 @@ #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> #include <tools/debug.hxx> -#include <sal/log.hxx> -#include <vcl/svapp.hxx> -#include <vcl/wrkwin.hxx> #include <vcl/image.hxx> -#include <vcl/settings.hxx> #include <sot/storage.hxx> #include <comphelper/classids.hxx> #include <unotools/ucbhelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/document/XTypeDetection.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ucb/ContentCreationException.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <ucbhelper/content.hxx> -#include <unotools/configmgr.hxx> #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include <bitmaps.hlst> diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx index aaba6c74fbe4..bedd8d1205c5 100644 --- a/svtools/source/misc/langhelp.cxx +++ b/svtools/source/misc/langhelp.cxx @@ -18,12 +18,10 @@ #include <officecfg/System.hxx> #include <org/freedesktop/PackageKit/SyncDbusSessionHelper.hpp> #include <rtl/ustring.hxx> -#include <sal/log.hxx> #include <svtools/langhelp.hxx> #include <tools/diagnose_ex.h> #include <vcl/idle.hxx> #include <vcl/svapp.hxx> -#include <vcl/sysdata.hxx> #include <vcl/settings.hxx> #include <vcl/window.hxx> #include <config_langs.h> diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 1e04933cd377..738f37ebfda4 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -27,7 +27,6 @@ #include <i18nlangtag/languagetag.hxx> #include <sal/log.hxx> -#include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include <svtools/langtab.hxx> #include <unotools/syslocale.hxx> diff --git a/svtools/source/misc/sampletext.cxx b/svtools/source/misc/sampletext.cxx index 93cabdaacfdf..23d4f237b73a 100644 --- a/svtools/source/misc/sampletext.cxx +++ b/svtools/source/misc/sampletext.cxx @@ -10,7 +10,6 @@ #include <vcl/font.hxx> #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> -#include <vcl/metric.hxx> #include <vcl/fontcharmap.hxx> #include <i18nutil/unicode.hxx> #include <sal/log.hxx> diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx index 87bf5694875c..7048441ecf8a 100644 --- a/svtools/source/misc/templatefoldercache.cxx +++ b/svtools/source/misc/templatefoldercache.cxx @@ -42,7 +42,6 @@ #include <comphelper/processfactory.hxx> #include <vector> -#include <list> #include <algorithm> |