diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/mailmodelapi.hxx | 1 | ||||
-rw-r--r-- | include/sot/formats.hxx | 15 | ||||
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 1 |
3 files changed, 2 insertions, 15 deletions
diff --git a/include/sfx2/mailmodelapi.hxx b/include/sfx2/mailmodelapi.hxx index 3ffd522792c4..911ce8f606e6 100644 --- a/include/sfx2/mailmodelapi.hxx +++ b/include/sfx2/mailmodelapi.hxx @@ -21,6 +21,7 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <rtl/ustring.hxx> #include <sfx2/dllapi.h> #include <tools/link.hxx> diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx index c85a10fb7c03..fa3c768c211f 100644 --- a/include/sot/formats.hxx +++ b/include/sot/formats.hxx @@ -20,21 +20,6 @@ #ifndef INCLUDED_SOT_FORMATS_HXX #define INCLUDED_SOT_FORMATS_HXX -#ifdef _SOT_FORMATS_INCLUDE_SYSTEMFORMATS - -#ifdef WNT -#ifdef _MSC_VER -#pragma warning(push, 1) -#pragma warning(disable: 4917) -#endif -#include <shlobj.h> -#ifdef _MSC_VER -#pragma warning(pop) -#endif -#endif - -#endif - #include <tools/solar.h> // - predefined formats - diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 963f1fc7054a..05f4e329cf22 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -15,6 +15,7 @@ #include <LibreOfficeKit/LibreOfficeKitTypes.h> #include <tools/gen.hxx> #include <vcl/virdev.hxx> +#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> namespace vcl { |