summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /sot
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgavl.hxx4
-rw-r--r--sot/source/sdstor/stgcache.hxx4
-rw-r--r--sot/source/sdstor/stgdir.hxx4
-rw-r--r--sot/source/sdstor/stgelem.hxx4
-rw-r--r--sot/source/sdstor/stgio.hxx4
-rw-r--r--sot/source/sdstor/stgole.hxx4
-rw-r--r--sot/source/sdstor/stgstrms.hxx4
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx4
8 files changed, 16 insertions, 16 deletions
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index 43bab74195b2..e539c0f6af5c 100644
--- a/sot/source/sdstor/stgavl.hxx
+++ b/sot/source/sdstor/stgavl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STGAVL_HXX
-#define _STGAVL_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGAVL_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGAVL_HXX
// This class must be overloaded to define real, living nodes.
// Especially, the compare function must be implemented.
diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx
index 56c6c30a306e..79d28409d77b 100644
--- a/sot/source/sdstor/stgcache.hxx
+++ b/sot/source/sdstor/stgcache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STGCACHE_HXX
-#define _STGCACHE_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGCACHE_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGCACHE_HXX
#include <osl/endian.h>
#include <rtl/ref.hxx>
diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx
index 2a761050d04e..6ebea95c47f7 100644
--- a/sot/source/sdstor/stgdir.hxx
+++ b/sot/source/sdstor/stgdir.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STGDIR_HXX
-#define _STGDIR_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGDIR_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGDIR_HXX
#include "stgavl.hxx"
#include "stgelem.hxx"
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index a00658634ca6..b4b386cdebda 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -20,8 +20,8 @@
// This file reflects the structure of MS file elements.
// It is very sensitive to alignment!
-#ifndef _STGELEM_HXX
-#define _STGELEM_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGELEM_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGELEM_HXX
#include <sot/stg.hxx>
diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx
index 845df861a78d..511f26af2b3a 100644
--- a/sot/source/sdstor/stgio.hxx
+++ b/sot/source/sdstor/stgio.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STGIO_HXX
-#define _STGIO_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGIO_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGIO_HXX
#include <stgcache.hxx>
#include <stgelem.hxx>
diff --git a/sot/source/sdstor/stgole.hxx b/sot/source/sdstor/stgole.hxx
index 9c8cfcc9dbb0..035041d632a8 100644
--- a/sot/source/sdstor/stgole.hxx
+++ b/sot/source/sdstor/stgole.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SDSTOR_STGOLE_HXX
-#define _SDSTOR_STGOLE_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGOLE_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGOLE_HXX
#include <string.h>
diff --git a/sot/source/sdstor/stgstrms.hxx b/sot/source/sdstor/stgstrms.hxx
index 80c91aa9b0e1..a1debe22dd32 100644
--- a/sot/source/sdstor/stgstrms.hxx
+++ b/sot/source/sdstor/stgstrms.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STGSTRMS_HXX
-#define _STGSTRMS_HXX
+#ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGSTRMS_HXX
+#define INCLUDED_SOT_SOURCE_SDSTOR_STGSTRMS_HXX
#include <tools/stream.hxx>
#include <rtl/ref.hxx>
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index f3fdabdfd540..423bb3ecf11f 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __XOLESIMPLESTORAGE_HXX_
-#define __XOLESIMPLESTORAGE_HXX_
+#ifndef INCLUDED_SOT_SOURCE_UNOOLESTORAGE_XOLESIMPLESTORAGE_HXX
+#define INCLUDED_SOT_SOURCE_UNOOLESTORAGE_XOLESIMPLESTORAGE_HXX
#include <com/sun/star/embed/XOLESimpleStorage.hpp>
#include <com/sun/star/container/XNameContainer.hpp>