diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-30 10:57:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-12 13:05:38 +0200 |
commit | febbad7263ea25b76f4e53d2f136693a52207a1c (patch) | |
tree | fda9d351a49c1cb804598952e4f5d56ebb8e6655 /include/xmloff | |
parent | 90e83ba599cfe4872d9adfc6b4984b03e635f757 (diff) |
cleanup unused css/frame/* includes
Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65
Reviewed-on: https://gerrit.libreoffice.org/38633
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/ProgressBarHelper.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/formlayerexport.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/numehelp.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/ProgressBarHelper.hxx b/include/xmloff/ProgressBarHelper.hxx index a69e8ef31dec..491231a0d6a9 100644 --- a/include/xmloff/ProgressBarHelper.hxx +++ b/include/xmloff/ProgressBarHelper.hxx @@ -23,7 +23,6 @@ #include <sal/config.h> #include <xmloff/dllapi.h> #include <com/sun/star/task/XStatusIndicator.hpp> -#include <com/sun/star/frame/XModel.hpp> #define XML_PROGRESSRANGE "ProgressRange" #define XML_PROGRESSMAX "ProgressMax" diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx index 0090eb45f119..1e0da3dde3ba 100644 --- a/include/xmloff/formlayerexport.hxx +++ b/include/xmloff/formlayerexport.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/frame/XModel.hpp> #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> #include <xmloff/xmlexppr.hxx> diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx index 66768fa27a8c..ccdd2f05dadd 100644 --- a/include/xmloff/numehelp.hxx +++ b/include/xmloff/numehelp.hxx @@ -24,7 +24,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/dllapi.h> #include <sal/types.h> -#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <set> |