diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-11-26 16:05:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-26 18:56:47 +0100 |
commit | 87156783e5bc89709a1933efbbde82817715d5dc (patch) | |
tree | 0ae755b2bc006f3335fa0cb874081076d8297c22 /oox | |
parent | 08ce9a9293523c2b49e3beda62c0eb0f75be2745 (diff) |
Remove some unused includes
Change-Id: Ia24c806f227570f7a000e85eece75c9d02d25a4b
Reviewed-on: https://gerrit.libreoffice.org/83782
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'oox')
-rw-r--r-- | oox/qa/unit/mathml.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx index 0352c7a84ec4..3a5f928dad06 100644 --- a/oox/qa/unit/mathml.cxx +++ b/oox/qa/unit/mathml.cxx @@ -11,14 +11,9 @@ #include <unotest/macros_test.hxx> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/propertyvalue.hxx> -#include <comphelper/scopeguard.hxx> -#include <comphelper/storagehelper.hxx> using namespace ::com::sun::star; |