diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:10:44 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:38 -0600 |
commit | 940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (patch) | |
tree | 5841558a8fd549ea308de95e630cadad60fcc3d8 /include/oox/ole/olehelper.hxx | |
parent | 38016f9d2260a424369fadab16f5428e4f3dc86f (diff) |
fdo#65108 inter-module includes <>
Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
Diffstat (limited to 'include/oox/ole/olehelper.hxx')
-rw-r--r-- | include/oox/ole/olehelper.hxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx index 038b7885e7ce..0b5dc4f03a3d 100644 --- a/include/oox/ole/olehelper.hxx +++ b/include/oox/ole/olehelper.hxx @@ -21,23 +21,23 @@ #define INCLUDED_OOX_OLE_OLEHELPER_HXX #include <rtl/ustring.hxx> -#include "oox/helper/binarystreambase.hxx" -#include "oox/helper/storagebase.hxx" -#include "oox/helper/graphichelper.hxx" -#include "com/sun/star/form/XFormComponent.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/frame/XModel.hpp" -#include "com/sun/star/frame/XFrame.hpp" -#include "com/sun/star/drawing/XShapes.hpp" -#include "com/sun/star/awt/XControlModel.hpp" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/io/XOutputStream.hpp" +#include <oox/helper/binarystreambase.hxx> +#include <oox/helper/storagebase.hxx> +#include <oox/helper/graphichelper.hxx> +#include <com/sun/star/form/XFormComponent.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/frame/XFrame.hpp> +#include <com/sun/star/drawing/XShapes.hpp> +#include <com/sun/star/awt/XControlModel.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> -#include "com/sun/star/container/XIndexContainer.hpp" +#include <com/sun/star/container/XIndexContainer.hpp> #include <filter/msfilter/msocximex.hxx> -#include "oox/dllapi.h" -#include "sot/storage.hxx" +#include <oox/dllapi.h> +#include <sot/storage.hxx> class SvGlobalName; |