diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:17:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | 10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (patch) | |
tree | 2edf62b3c0f11dfce96f30433fa918c46e022f54 /include/oox/ole | |
parent | 0bd7f12d41567842b1e31514e1d84340d90f5b42 (diff) |
fixincludeguards.sh: include/o*
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
Diffstat (limited to 'include/oox/ole')
-rw-r--r-- | include/oox/ole/axbinaryreader.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/axbinarywriter.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/axcontrolfragment.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/axfontdata.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/olehelper.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/oleobjecthelper.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/olestorage.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/vbacontrol.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/vbahelper.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/vbainputstream.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/vbamodule.hxx | 4 | ||||
-rw-r--r-- | include/oox/ole/vbaproject.hxx | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/include/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx index 42be3661d2f3..2ad30d523993 100644 --- a/include/oox/ole/axbinaryreader.hxx +++ b/include/oox/ole/axbinaryreader.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_AXBINARYREADER_HXX -#define OOX_OLE_AXBINARYREADER_HXX +#ifndef INCLUDED_OOX_OLE_AXBINARYREADER_HXX +#define INCLUDED_OOX_OLE_AXBINARYREADER_HXX #include <utility> #include "oox/helper/binaryinputstream.hxx" diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx index 97f740fd8dc8..2ef0b720fcfa 100644 --- a/include/oox/ole/axbinarywriter.hxx +++ b/include/oox/ole/axbinarywriter.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef OOX_OLE_AXBINARYWRITER_HXX -#define OOX_OLE_AXBINARYWRITER_HXX +#ifndef INCLUDED_OOX_OLE_AXBINARYWRITER_HXX +#define INCLUDED_OOX_OLE_AXBINARYWRITER_HXX #include <utility> #include "oox/helper/binaryoutputstream.hxx" diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index 7f657b11c77a..8c24d2e29c1a 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_AXCONTROL_HXX -#define OOX_OLE_AXCONTROL_HXX +#ifndef INCLUDED_OOX_OLE_AXCONTROL_HXX +#define INCLUDED_OOX_OLE_AXCONTROL_HXX #include <boost/shared_ptr.hpp> #include "oox/helper/binarystreambase.hxx" diff --git a/include/oox/ole/axcontrolfragment.hxx b/include/oox/ole/axcontrolfragment.hxx index 653f23c30479..a43019e07210 100644 --- a/include/oox/ole/axcontrolfragment.hxx +++ b/include/oox/ole/axcontrolfragment.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_AXCONTROLFRAGMENT_HXX -#define OOX_OLE_AXCONTROLFRAGMENT_HXX +#ifndef INCLUDED_OOX_OLE_AXCONTROLFRAGMENT_HXX +#define INCLUDED_OOX_OLE_AXCONTROLFRAGMENT_HXX #include "oox/core/fragmenthandler2.hxx" diff --git a/include/oox/ole/axfontdata.hxx b/include/oox/ole/axfontdata.hxx index 9dbec1786261..09dbba015922 100644 --- a/include/oox/ole/axfontdata.hxx +++ b/include/oox/ole/axfontdata.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_AXFONTDATA_HXX -#define OOX_OLE_AXFONTDATA_HXX +#ifndef INCLUDED_OOX_OLE_AXFONTDATA_HXX +#define INCLUDED_OOX_OLE_AXFONTDATA_HXX #include "oox/helper/binaryinputstream.hxx" #include "oox/helper/binaryoutputstream.hxx" diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx index 85cca196c4f0..038b7885e7ce 100644 --- a/include/oox/ole/olehelper.hxx +++ b/include/oox/ole/olehelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_OLEHELPER_HXX -#define OOX_OLE_OLEHELPER_HXX +#ifndef INCLUDED_OOX_OLE_OLEHELPER_HXX +#define INCLUDED_OOX_OLE_OLEHELPER_HXX #include <rtl/ustring.hxx> #include "oox/helper/binarystreambase.hxx" diff --git a/include/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx index 9d97a8d95f71..1cde8dff5493 100644 --- a/include/oox/ole/oleobjecthelper.hxx +++ b/include/oox/ole/oleobjecthelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_OLEOBJECTHELPER_HXX -#define OOX_OLE_OLEOBJECTHELPER_HXX +#ifndef INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX +#define INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX #include "oox/helper/binarystreambase.hxx" diff --git a/include/oox/ole/olestorage.hxx b/include/oox/ole/olestorage.hxx index 1b48eab8213d..008ba6184890 100644 --- a/include/oox/ole/olestorage.hxx +++ b/include/oox/ole/olestorage.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_OLESTORAGE_HXX -#define OOX_OLE_OLESTORAGE_HXX +#ifndef INCLUDED_OOX_OLE_OLESTORAGE_HXX +#define INCLUDED_OOX_OLE_OLESTORAGE_HXX #include "oox/helper/storagebase.hxx" diff --git a/include/oox/ole/vbacontrol.hxx b/include/oox/ole/vbacontrol.hxx index 89e30badcfb4..e9135875854d 100644 --- a/include/oox/ole/vbacontrol.hxx +++ b/include/oox/ole/vbacontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_VBACONTROL_HXX -#define OOX_OLE_VBACONTROL_HXX +#ifndef INCLUDED_OOX_OLE_VBACONTROL_HXX +#define INCLUDED_OOX_OLE_VBACONTROL_HXX #include "oox/ole/axcontrol.hxx" #include <com/sun/star/frame/XModel.hpp> diff --git a/include/oox/ole/vbahelper.hxx b/include/oox/ole/vbahelper.hxx index a8faee21ff6e..6d4f80ce02f2 100644 --- a/include/oox/ole/vbahelper.hxx +++ b/include/oox/ole/vbahelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_VBAHELPER_HXX -#define OOX_OLE_VBAHELPER_HXX +#ifndef INCLUDED_OOX_OLE_VBAHELPER_HXX +#define INCLUDED_OOX_OLE_VBAHELPER_HXX #include "oox/helper/binarystreambase.hxx" diff --git a/include/oox/ole/vbainputstream.hxx b/include/oox/ole/vbainputstream.hxx index 7e0cd4986bd7..54da72eb7e58 100644 --- a/include/oox/ole/vbainputstream.hxx +++ b/include/oox/ole/vbainputstream.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_VBAINPUTSTREAM_HXX -#define OOX_OLE_VBAINPUTSTREAM_HXX +#ifndef INCLUDED_OOX_OLE_VBAINPUTSTREAM_HXX +#define INCLUDED_OOX_OLE_VBAINPUTSTREAM_HXX #include <vector> #include "oox/helper/binaryinputstream.hxx" diff --git a/include/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx index 9c0cfd0a1812..01678bec5264 100644 --- a/include/oox/ole/vbamodule.hxx +++ b/include/oox/ole/vbamodule.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_VBAMODULE_HXX -#define OOX_OLE_VBAMODULE_HXX +#ifndef INCLUDED_OOX_OLE_VBAMODULE_HXX +#define INCLUDED_OOX_OLE_VBAMODULE_HXX #include <com/sun/star/uno/Reference.hxx> #include <rtl/ustring.hxx> diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index 55ac3a8b280a..64fe2e7183dc 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_OLE_VBAPROJECT_HXX -#define OOX_OLE_VBAPROJECT_HXX +#ifndef INCLUDED_OOX_OLE_VBAPROJECT_HXX +#define INCLUDED_OOX_OLE_VBAPROJECT_HXX #include <map> #include <com/sun/star/uno/XInterface.hpp> |