summaryrefslogtreecommitdiffstats
path: root/include/oox/ole
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole')
-rw-r--r--include/oox/ole/axbinaryreader.hxx6
-rw-r--r--include/oox/ole/axbinarywriter.hxx4
-rw-r--r--include/oox/ole/axcontrol.hxx10
-rw-r--r--include/oox/ole/axcontrolfragment.hxx2
-rw-r--r--include/oox/ole/axfontdata.hxx8
-rw-r--r--include/oox/ole/olehelper.hxx30
-rw-r--r--include/oox/ole/oleobjecthelper.hxx2
-rw-r--r--include/oox/ole/olestorage.hxx2
-rw-r--r--include/oox/ole/vbacontrol.hxx2
-rw-r--r--include/oox/ole/vbahelper.hxx2
-rw-r--r--include/oox/ole/vbainputstream.hxx2
-rw-r--r--include/oox/ole/vbaproject.hxx8
12 files changed, 39 insertions, 39 deletions
diff --git a/include/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx
index 2ad30d523993..c334d380dcf2 100644
--- a/include/oox/ole/axbinaryreader.hxx
+++ b/include/oox/ole/axbinaryreader.hxx
@@ -21,9 +21,9 @@
#define INCLUDED_OOX_OLE_AXBINARYREADER_HXX
#include <utility>
-#include "oox/helper/binaryinputstream.hxx"
-#include "oox/helper/refvector.hxx"
-#include "oox/ole/axfontdata.hxx"
+#include <oox/helper/binaryinputstream.hxx>
+#include <oox/helper/refvector.hxx>
+#include <oox/ole/axfontdata.hxx>
namespace oox {
namespace ole {
diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx
index 2ef0b720fcfa..ba7a4866c50b 100644
--- a/include/oox/ole/axbinarywriter.hxx
+++ b/include/oox/ole/axbinarywriter.hxx
@@ -11,8 +11,8 @@
#define INCLUDED_OOX_OLE_AXBINARYWRITER_HXX
#include <utility>
-#include "oox/helper/binaryoutputstream.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/binaryoutputstream.hxx>
+#include <oox/helper/refvector.hxx>
namespace oox {
namespace ole {
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 8c24d2e29c1a..90d48a51e2f7 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -21,11 +21,11 @@
#define INCLUDED_OOX_OLE_AXCONTROL_HXX
#include <boost/shared_ptr.hpp>
-#include "oox/helper/binarystreambase.hxx"
-#include "oox/helper/propertyset.hxx"
-#include "oox/ole/axbinaryreader.hxx"
-#include "oox/ole/olehelper.hxx"
-#include "oox/dllapi.h"
+#include <oox/helper/binarystreambase.hxx>
+#include <oox/helper/propertyset.hxx>
+#include <oox/ole/axbinaryreader.hxx>
+#include <oox/ole/olehelper.hxx>
+#include <oox/dllapi.h>
namespace com { namespace sun { namespace star {
namespace awt { class XControlModel; }
diff --git a/include/oox/ole/axcontrolfragment.hxx b/include/oox/ole/axcontrolfragment.hxx
index a43019e07210..92173c1851b7 100644
--- a/include/oox/ole/axcontrolfragment.hxx
+++ b/include/oox/ole/axcontrolfragment.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_OLE_AXCONTROLFRAGMENT_HXX
#define INCLUDED_OOX_OLE_AXCONTROLFRAGMENT_HXX
-#include "oox/core/fragmenthandler2.hxx"
+#include <oox/core/fragmenthandler2.hxx>
namespace oox {
namespace ole {
diff --git a/include/oox/ole/axfontdata.hxx b/include/oox/ole/axfontdata.hxx
index 09dbba015922..ce1b0f6aaaf5 100644
--- a/include/oox/ole/axfontdata.hxx
+++ b/include/oox/ole/axfontdata.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OOX_OLE_AXFONTDATA_HXX
#define INCLUDED_OOX_OLE_AXFONTDATA_HXX
-#include "oox/helper/binaryinputstream.hxx"
-#include "oox/helper/binaryoutputstream.hxx"
-#include "oox/helper/refvector.hxx"
-#include "oox/dllapi.h"
+#include <oox/helper/binaryinputstream.hxx>
+#include <oox/helper/binaryoutputstream.hxx>
+#include <oox/helper/refvector.hxx>
+#include <oox/dllapi.h>
namespace oox {
namespace ole {
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;
diff --git a/include/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx
index 1cde8dff5493..d869712067f2 100644
--- a/include/oox/ole/oleobjecthelper.hxx
+++ b/include/oox/ole/oleobjecthelper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX
#define INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX
-#include "oox/helper/binarystreambase.hxx"
+#include <oox/helper/binarystreambase.hxx>
namespace com { namespace sun { namespace star {
namespace awt { struct Size; }
diff --git a/include/oox/ole/olestorage.hxx b/include/oox/ole/olestorage.hxx
index 008ba6184890..78e4c4c442a6 100644
--- a/include/oox/ole/olestorage.hxx
+++ b/include/oox/ole/olestorage.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_OLE_OLESTORAGE_HXX
#define INCLUDED_OOX_OLE_OLESTORAGE_HXX
-#include "oox/helper/storagebase.hxx"
+#include <oox/helper/storagebase.hxx>
namespace com { namespace sun { namespace star {
namespace container { class XNameContainer; }
diff --git a/include/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx
index e9135875854d..fa0ed5ebeda0 100644
--- a/include/oox/ole/vbacontrol.hxx
+++ b/include/oox/ole/vbacontrol.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_OLE_VBACONTROL_HXX
#define INCLUDED_OOX_OLE_VBACONTROL_HXX
-#include "oox/ole/axcontrol.hxx"
+#include <oox/ole/axcontrol.hxx>
#include <com/sun/star/frame/XModel.hpp>
namespace com { namespace sun { namespace star {
diff --git a/include/oox/ole/vbahelper.hxx b/include/oox/ole/vbahelper.hxx
index 6d4f80ce02f2..a593a176ba4b 100644
--- a/include/oox/ole/vbahelper.hxx
+++ b/include/oox/ole/vbahelper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_OLE_VBAHELPER_HXX
#define INCLUDED_OOX_OLE_VBAHELPER_HXX
-#include "oox/helper/binarystreambase.hxx"
+#include <oox/helper/binarystreambase.hxx>
namespace oox { class BinaryInputStream; }
diff --git a/include/oox/ole/vbainputstream.hxx b/include/oox/ole/vbainputstream.hxx
index 54da72eb7e58..c4c4f0c1aa51 100644
--- a/include/oox/ole/vbainputstream.hxx
+++ b/include/oox/ole/vbainputstream.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_OOX_OLE_VBAINPUTSTREAM_HXX
#include <vector>
-#include "oox/helper/binaryinputstream.hxx"
+#include <oox/helper/binaryinputstream.hxx>
namespace oox {
namespace ole {
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index 64fe2e7183dc..9c83c67f4eba 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -22,10 +22,10 @@
#include <map>
#include <com/sun/star/uno/XInterface.hpp>
-#include "oox/helper/refvector.hxx"
-#include "oox/helper/storagebase.hxx"
-#include "oox/dllapi.h"
-#include "oox/ole/vbamodule.hxx"
+#include <oox/helper/refvector.hxx>
+#include <oox/helper/storagebase.hxx>
+#include <oox/dllapi.h>
+#include <oox/ole/vbamodule.hxx>
namespace com { namespace sun { namespace star {
namespace container { class XNameContainer; }