summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
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/ext
parent3305073e6d6f4c491b0e0322b5208cb6edb8645d (diff)
fixincludeguards.sh: ucb
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.hxx6
-rw-r--r--ucb/source/ucp/ext/ucpext_datasupplier.hxx6
-rw-r--r--ucb/source/ucp/ext/ucpext_provider.hxx6
-rw-r--r--ucb/source/ucp/ext/ucpext_resultset.hxx6
4 files changed, 12 insertions, 12 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.hxx b/ucb/source/ucp/ext/ucpext_content.hxx
index 57fdd5cbb843..40594f211465 100644
--- a/ucb/source/ucp/ext/ucpext_content.hxx
+++ b/ucb/source/ucp/ext/ucpext_content.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UCB_UCPEXT_CONTENT_HXX
-#define UCB_UCPEXT_CONTENT_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_CONTENT_HXX
+#define INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_CONTENT_HXX
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -142,6 +142,6 @@ namespace ucb { namespace ucp { namespace ext
} } } // namespace ucb::ucp::ext
-#endif // UCB_UCPEXT_CONTENT_HXX
+#endif // INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_CONTENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.hxx b/ucb/source/ucp/ext/ucpext_datasupplier.hxx
index 8a7c54f373fa..c277a1cc6bf2 100644
--- a/ucb/source/ucp/ext/ucpext_datasupplier.hxx
+++ b/ucb/source/ucp/ext/ucpext_datasupplier.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UCB_UCPEXT_DATA_SUPPLIER_HXX
-#define UCB_UCPEXT_DATA_SUPPLIER_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_DATASUPPLIER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_DATASUPPLIER_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/resultset.hxx>
@@ -76,6 +76,6 @@ namespace ucb { namespace ucp { namespace ext
} } } // namespace ucp::ext
-#endif // UCB_UCPEXT_DATA_SUPPLIER_HXX
+#endif // INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_DATASUPPLIER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/ucb/source/ucp/ext/ucpext_provider.hxx b/ucb/source/ucp/ext/ucpext_provider.hxx
index 9e339f29891c..1b0ae3358555 100644
--- a/ucb/source/ucp/ext/ucpext_provider.hxx
+++ b/ucb/source/ucp/ext/ucpext_provider.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UCB_UCPEXT_CONTENT_PROVIDER_HXX
-#define UCB_UCPEXT_CONTENT_PROVIDER_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_PROVIDER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_PROVIDER_HXX
#include <ucbhelper/providerhelper.hxx>
@@ -58,6 +58,6 @@ namespace ucb { namespace ucp { namespace ext
} } } // namespace ucb::ucp::ext
-#endif // UCB_UCPEXT_CONTENT_PROVIDER_HXX
+#endif // INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_PROVIDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/ucb/source/ucp/ext/ucpext_resultset.hxx b/ucb/source/ucp/ext/ucpext_resultset.hxx
index 2b1521183224..61501d3dbf23 100644
--- a/ucb/source/ucp/ext/ucpext_resultset.hxx
+++ b/ucb/source/ucp/ext/ucpext_resultset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UCB_UCPEXT_RESULT_SET_HXX
-#define UCB_UCPEXT_RESULT_SET_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_RESULTSET_HXX
+#define INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_RESULTSET_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/resultsethelper.hxx>
@@ -56,6 +56,6 @@ namespace ucb { namespace ucp { namespace ext
} } } // namespace ucp::ext
-#endif // UCB_UCPEXT_RESULT_SET_HXX
+#endif // INCLUDED_UCB_SOURCE_UCP_EXT_UCPEXT_RESULTSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */