summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
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/gvfs
parent3305073e6d6f4c491b0e0322b5208cb6edb8645d (diff)
fixincludeguards.sh: ucb
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.hxx4
-rw-r--r--ucb/source/ucp/gvfs/gvfs_directory.hxx4
-rw-r--r--ucb/source/ucp/gvfs/gvfs_provider.hxx6
-rw-r--r--ucb/source/ucp/gvfs/gvfs_stream.hxx6
4 files changed, 10 insertions, 10 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx
index 133cb21113d9..7f1b4561ef6f 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GVFS_UCP_CONTENT_HXX
-#define _GVFS_UCP_CONTENT_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_CONTENT_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_CONTENT_HXX
#include <memory>
#include <list>
diff --git a/ucb/source/ucp/gvfs/gvfs_directory.hxx b/ucb/source/ucp/gvfs/gvfs_directory.hxx
index 4d296df7f487..0be70dca343d 100644
--- a/ucb/source/ucp/gvfs/gvfs_directory.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_directory.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GVFS_UCP_RESULTSET_HXX
-#define _GVFS_UCP_RESULTSET_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_DIRECTORY_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_DIRECTORY_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/resultset.hxx>
diff --git a/ucb/source/ucp/gvfs/gvfs_provider.hxx b/ucb/source/ucp/gvfs/gvfs_provider.hxx
index a03fb33c9977..05d6682c452e 100644
--- a/ucb/source/ucp/gvfs/gvfs_provider.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_provider.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PROVIDER_HXX_
-#define _PROVIDER_HXX_
+#ifndef INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_PROVIDER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_PROVIDER_HXX
#include <rtl/ref.hxx>
#include <com/sun/star/beans/Property.hpp>
@@ -73,6 +73,6 @@ public:
} /* namespace gvfs */
-#endif /* _PROVIDER_HXX_ */
+#endif // INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_PROVIDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/ucb/source/ucp/gvfs/gvfs_stream.hxx b/ucb/source/ucp/gvfs/gvfs_stream.hxx
index cc62f1bd8f71..e58143471132 100644
--- a/ucb/source/ucp/gvfs/gvfs_stream.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_stream.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GVFSSTREAM_HXX_
-#define _GVFSSTREAM_HXX_
+#ifndef INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_STREAM_HXX
+#define INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_STREAM_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -154,6 +154,6 @@ public:
};
} // namespace gvfs
-#endif // _GVFSSTREAM_HXX_
+#endif // INCLUDED_UCB_SOURCE_UCP_GVFS_GVFS_STREAM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */