summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 20:56:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:11 +0200
commit4cd139c313737066d02ac3c735feaa2f7001d365 (patch)
treee567e394cfd18a91aec29036655c9100d6584383 /ucb/source/ucp/gio
parent3305073e6d6f4c491b0e0322b5208cb6edb8645d (diff)
fixincludeguards.sh: ucb
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
Diffstat (limited to 'ucb/source/ucp/gio')
-rw-r--r--ucb/source/ucp/gio/gio_content.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_datasupplier.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_inputstream.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_mount.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_outputstream.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_provider.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_resultset.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_seekable.hxx4
8 files changed, 16 insertions, 16 deletions
diff --git a/ucb/source/ucp/gio/gio_content.hxx b/ucb/source/ucp/gio/gio_content.hxx
index fe4e4494afc9..c48a95cca98e 100644
--- a/ucb/source/ucp/gio/gio_content.hxx
+++ b/ucb/source/ucp/gio/gio_content.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_CONTENT_HXX
-#define GIO_CONTENT_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_CONTENT_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_CONTENT_HXX
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
diff --git a/ucb/source/ucp/gio/gio_datasupplier.hxx b/ucb/source/ucp/gio/gio_datasupplier.hxx
index e6a242f75328..c610ed1996c1 100644
--- a/ucb/source/ucp/gio/gio_datasupplier.hxx
+++ b/ucb/source/ucp/gio/gio_datasupplier.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_DATASUPPLIER_HXX
-#define GIO_DATASUPPLIER_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_DATASUPPLIER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_DATASUPPLIER_HXX
#include <ucbhelper/resultset.hxx>
#include "gio_content.hxx"
diff --git a/ucb/source/ucp/gio/gio_inputstream.hxx b/ucb/source/ucp/gio/gio_inputstream.hxx
index e20f53dbede0..d469787e1898 100644
--- a/ucb/source/ucp/gio/gio_inputstream.hxx
+++ b/ucb/source/ucp/gio/gio_inputstream.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_INPUTSTREAM_HXX
-#define GIO_INPUTSTREAM_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_INPUTSTREAM_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_INPUTSTREAM_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
diff --git a/ucb/source/ucp/gio/gio_mount.hxx b/ucb/source/ucp/gio/gio_mount.hxx
index 7347249753b2..1781b7bd1079 100644
--- a/ucb/source/ucp/gio/gio_mount.hxx
+++ b/ucb/source/ucp/gio/gio_mount.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_MOUNT_HXX
-#define GIO_MOUNT_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_MOUNT_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_MOUNT_HXX
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <gio/gio.h>
diff --git a/ucb/source/ucp/gio/gio_outputstream.hxx b/ucb/source/ucp/gio/gio_outputstream.hxx
index bc420d499dfe..6dc44175b084 100644
--- a/ucb/source/ucp/gio/gio_outputstream.hxx
+++ b/ucb/source/ucp/gio/gio_outputstream.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_OUTPUTSTREAM_HXX
-#define GIO_OUTPUTSTREAM_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_OUTPUTSTREAM_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_OUTPUTSTREAM_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
diff --git a/ucb/source/ucp/gio/gio_provider.hxx b/ucb/source/ucp/gio/gio_provider.hxx
index b0fa13bfa74f..569ba113f181 100644
--- a/ucb/source/ucp/gio/gio_provider.hxx
+++ b/ucb/source/ucp/gio/gio_provider.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_PROVIDER_HXX
-#define GIO_PROVIDER_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_PROVIDER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_PROVIDER_HXX
#include <com/sun/star/beans/Property.hpp>
#include <ucbhelper/providerhelper.hxx>
diff --git a/ucb/source/ucp/gio/gio_resultset.hxx b/ucb/source/ucp/gio/gio_resultset.hxx
index 6517c8da7241..1b1d15000698 100644
--- a/ucb/source/ucp/gio/gio_resultset.hxx
+++ b/ucb/source/ucp/gio/gio_resultset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_RESULTSET_HXX
-#define GIO_RESULTSET_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_RESULTSET_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_RESULTSET_HXX
#include <ucbhelper/resultsethelper.hxx>
#include "gio_content.hxx"
diff --git a/ucb/source/ucp/gio/gio_seekable.hxx b/ucb/source/ucp/gio/gio_seekable.hxx
index 4ef6e381dd5c..5e7a3c45533a 100644
--- a/ucb/source/ucp/gio/gio_seekable.hxx
+++ b/ucb/source/ucp/gio/gio_seekable.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef GIO_SEEKABLE_HXX
-#define GIO_SEEKABLE_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GIO_GIO_SEEKABLE_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GIO_GIO_SEEKABLE_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>