summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/activedatasink.hxx6
-rw-r--r--include/ucbhelper/activedatastreamer.hxx6
-rw-r--r--include/ucbhelper/cancelcommandexecution.hxx6
-rw-r--r--include/ucbhelper/commandenvironment.hxx6
-rw-r--r--include/ucbhelper/content.hxx6
-rw-r--r--include/ucbhelper/contenthelper.hxx6
-rw-r--r--include/ucbhelper/contentidentifier.hxx6
-rw-r--r--include/ucbhelper/contentinfo.hxx6
-rw-r--r--include/ucbhelper/fd_inputstream.hxx4
-rw-r--r--include/ucbhelper/fileidentifierconverter.hxx6
-rw-r--r--include/ucbhelper/interactionrequest.hxx6
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx6
-rw-r--r--include/ucbhelper/macros.hxx6
-rw-r--r--include/ucbhelper/propertyvalueset.hxx6
-rw-r--r--include/ucbhelper/providerhelper.hxx6
-rw-r--r--include/ucbhelper/proxydecider.hxx6
-rw-r--r--include/ucbhelper/registerucb.hxx6
-rw-r--r--include/ucbhelper/resultset.hxx6
-rw-r--r--include/ucbhelper/resultsethelper.hxx6
-rw-r--r--include/ucbhelper/resultsetmetadata.hxx6
-rw-r--r--include/ucbhelper/simpleauthenticationrequest.hxx6
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx6
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx6
-rw-r--r--include/ucbhelper/simpleioerrorrequest.hxx6
-rw-r--r--include/ucbhelper/simplenameclashresolverequest.hxx6
-rw-r--r--include/ucbhelper/std_inputstream.hxx4
-rw-r--r--include/ucbhelper/std_outputstream.hxx4
-rw-r--r--include/ucbhelper/ucbhelperdllapi.h6
28 files changed, 81 insertions, 81 deletions
diff --git a/include/ucbhelper/activedatasink.hxx b/include/ucbhelper/activedatasink.hxx
index f58fef55a4c9..4a98ff186b69 100644
--- a/include/ucbhelper/activedatasink.hxx
+++ b/include/ucbhelper/activedatasink.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_ACTIVEDATASINK_HXX
-#define _UCBHELPER_ACTIVEDATASINK_HXX
+#ifndef INCLUDED_UCBHELPER_ACTIVEDATASINK_HXX
+#define INCLUDED_UCBHELPER_ACTIVEDATASINK_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
@@ -64,6 +64,6 @@ public:
} /* namespace ucbhelper */
-#endif /* !_UCBHELPER_ACTIVEDATASINK_HXX */
+#endif /* ! INCLUDED_UCBHELPER_ACTIVEDATASINK_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index 2f84ff7543e0..621428d7197f 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_ACTIVEDATASTREAMER_HXX
-#define _UCBHELPER_ACTIVEDATASTREAMER_HXX
+#ifndef INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX
+#define INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/io/XActiveDataStreamer.hpp>
@@ -59,6 +59,6 @@ public:
} /* namespace ucbhelper */
-#endif /* !_UCBHELPER_ACTIVEDATASTREAMER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/cancelcommandexecution.hxx b/include/ucbhelper/cancelcommandexecution.hxx
index 67e000b33fb3..3d2cfb166eac 100644
--- a/include/ucbhelper/cancelcommandexecution.hxx
+++ b/include/ucbhelper/cancelcommandexecution.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_CANCELCOMMANDEXECUTION_HXX_
-#define _UCBHELPER_CANCELCOMMANDEXECUTION_HXX_
+#ifndef INCLUDED_UCBHELPER_CANCELCOMMANDEXECUTION_HXX
+#define INCLUDED_UCBHELPER_CANCELCOMMANDEXECUTION_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Exception.hpp>
@@ -99,6 +99,6 @@ UCBHELPER_DLLPUBLIC void cancelCommandExecution( const com::sun::star::ucb::IOEr
throw( com::sun::star::uno::Exception );
}
-#endif // _UCBHELPER_CANCELCOMMANDEXECUTION_HXX_
+#endif // INCLUDED_UCBHELPER_CANCELCOMMANDEXECUTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx
index 01883eee335e..d1d89cc40ad8 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_COMMANDENVIRONMENT_HXX
-#define _UCBHELPER_COMMANDENVIRONMENT_HXX
+#ifndef INCLUDED_UCBHELPER_COMMANDENVIRONMENT_HXX
+#define INCLUDED_UCBHELPER_COMMANDENVIRONMENT_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
@@ -89,6 +89,6 @@ public:
} /* namespace ucbhelper */
-#endif /* !_UCBHELPER_COMMANDENVIRONMENT_HXX */
+#endif /* ! INCLUDED_UCBHELPER_COMMANDENVIRONMENT_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx
index b09680299fce..3308a8e23526 100644
--- a/include/ucbhelper/content.hxx
+++ b/include/ucbhelper/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 _UCBHELPER_CONTENT_HXX
-#define _UCBHELPER_CONTENT_HXX
+#ifndef INCLUDED_UCBHELPER_CONTENT_HXX
+#define INCLUDED_UCBHELPER_CONTENT_HXX
#include "rtl/ref.hxx"
#include <com/sun/star/ucb/ContentCreationException.hpp>
@@ -716,6 +716,6 @@ public:
} /* namespace ucbhelper */
-#endif /* !_UCBHELPER_CONTENT_HXX */
+#endif /* ! INCLUDED_UCBHELPER_CONTENT_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index e903d97f193a..f89941d6cc1b 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_CONTENTHELPER_HXX
-#define _UCBHELPER_CONTENTHELPER_HXX
+#ifndef INCLUDED_UCBHELPER_CONTENTHELPER_HXX
+#define INCLUDED_UCBHELPER_CONTENTHELPER_HXX
#include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/beans/XPropertiesChangeNotifier.hpp>
@@ -499,6 +499,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_CONTENTHELPER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_CONTENTHELPER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/contentidentifier.hxx b/include/ucbhelper/contentidentifier.hxx
index 4aa5459806f1..16d87b3e08d7 100644
--- a/include/ucbhelper/contentidentifier.hxx
+++ b/include/ucbhelper/contentidentifier.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_CONTENTIDENTIFIER_HXX
-#define _UCBHELPER_CONTENTIDENTIFIER_HXX
+#ifndef INCLUDED_UCBHELPER_CONTENTIDENTIFIER_HXX
+#define INCLUDED_UCBHELPER_CONTENTIDENTIFIER_HXX
#include <cppuhelper/weak.hxx>
#include <com/sun/star/lang/XTypeProvider.hpp>
@@ -79,6 +79,6 @@ private:
} /* namespace ucbhelper */
-#endif /* !_UCBHELPER_CONTENTIDENTIFIER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_CONTENTIDENTIFIER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index 347c86304359..ca3c5e974868 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_CONTENTINFO_HXX
-#define _UCBHELPER_CONTENTINFO_HXX
+#ifndef INCLUDED_UCBHELPER_CONTENTINFO_HXX
+#define INCLUDED_UCBHELPER_CONTENTINFO_HXX
#include <com/sun/star/ucb/XCommandInfo.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
@@ -157,6 +157,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_CONTENTINFO_HXX */
+#endif /* ! INCLUDED_UCBHELPER_CONTENTINFO_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx
index 6246af048780..fcb7c4e68c5c 100644
--- a/include/ucbhelper/fd_inputstream.hxx
+++ b/include/ucbhelper/fd_inputstream.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_FD_INPUTSTREAM_HXX_
-#define _UCBHELPER_FD_INPUTSTREAM_HXX_
+#ifndef INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
+#define INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
diff --git a/include/ucbhelper/fileidentifierconverter.hxx b/include/ucbhelper/fileidentifierconverter.hxx
index 052a7413bf93..3b0953cca674 100644
--- a/include/ucbhelper/fileidentifierconverter.hxx
+++ b/include/ucbhelper/fileidentifierconverter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_FILEIDENTIFIERCONVERTER_HXX_
-#define _UCBHELPER_FILEIDENTIFIERCONVERTER_HXX_
+#ifndef INCLUDED_UCBHELPER_FILEIDENTIFIERCONVERTER_HXX
+#define INCLUDED_UCBHELPER_FILEIDENTIFIERCONVERTER_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
@@ -109,6 +109,6 @@ getSystemPathFromFileURL(
}
-#endif // _UCBHELPER_FILEIDENTIFIERCONVERTER_HXX_
+#endif // INCLUDED_UCBHELPER_FILEIDENTIFIERCONVERTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 6de19931238c..afb144b84d41 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_INTERATIONREQUEST_HXX
-#define _UCBHELPER_INTERATIONREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_INTERACTIONREQUEST_HXX
+#define INCLUDED_UCBHELPER_INTERACTIONREQUEST_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
@@ -716,6 +716,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_INTERATIONREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_INTERACTIONREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 28a2c38f3813..06d6ef55f158 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_INTERCEPTEDINTERACTION_HXX_
-#define _UCBHELPER_INTERCEPTEDINTERACTION_HXX_
+#ifndef INCLUDED_UCBHELPER_INTERCEPTEDINTERACTION_HXX
+#define INCLUDED_UCBHELPER_INTERCEPTEDINTERACTION_HXX
#include <vector>
@@ -329,6 +329,6 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
} // namespace ucbhelper
-#endif // _UCBHELPER_INTERCEPTEDINTERACTION_HXX_
+#endif // INCLUDED_UCBHELPER_INTERCEPTEDINTERACTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 2f31e3098545..1c8a7af7635d 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_MACROS_HXX
-#define _UCBHELPER_MACROS_HXX
+#ifndef INCLUDED_UCBHELPER_MACROS_HXX
+#define INCLUDED_UCBHELPER_MACROS_HXX
#include <sal/types.h>
#include <cppuhelper/queryinterface.hxx>
@@ -756,6 +756,6 @@ Class::getSupportedServiceNames_Static() \
return aSNS; \
}
-#endif /* !_UCBHELPER_MACROS_HXX */
+#endif /* ! INCLUDED_UCBHELPER_MACROS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index 91459e828ef3..ea5aec2cd868 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_PROPERTYVALUESET_HXX
-#define _UCBHELPER_PROPERTYVALUESET_HXX
+#ifndef INCLUDED_UCBHELPER_PROPERTYVALUESET_HXX
+#define INCLUDED_UCBHELPER_PROPERTYVALUESET_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/sdbc/XColumnLocate.hpp>
@@ -270,6 +270,6 @@ public:
}
-#endif /* !_UCBHELPER_PROPERTYVALUESET_HXX */
+#endif /* ! INCLUDED_UCBHELPER_PROPERTYVALUESET_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index 43135a427f18..3f8bf0a7c203 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_PROVIDERHELPER_HXX
-#define _UCBHELPER_PROVIDERHELPER_HXX
+#ifndef INCLUDED_UCBHELPER_PROVIDERHELPER_HXX
+#define INCLUDED_UCBHELPER_PROVIDERHELPER_HXX
#include <list>
#include <com/sun/star/ucb/XContentProvider.hpp>
@@ -271,6 +271,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_PROVIDERHELPER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_PROVIDERHELPER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/proxydecider.hxx b/include/ucbhelper/proxydecider.hxx
index e3ec58180a00..b1525af573fb 100644
--- a/include/ucbhelper/proxydecider.hxx
+++ b/include/ucbhelper/proxydecider.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_PROXYDECIDER_HXX
-#define _UCBHELPER_PROXYDECIDER_HXX
+#ifndef INCLUDED_UCBHELPER_PROXYDECIDER_HXX
+#define INCLUDED_UCBHELPER_PROXYDECIDER_HXX
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -133,6 +133,6 @@ private:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_PROXYDECIDER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_PROXYDECIDER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index b50d2f6165da..fe4a1acc9070 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_REGISTERUCB_HXX_
-#define _UCBHELPER_REGISTERUCB_HXX_
+#ifndef INCLUDED_UCBHELPER_REGISTERUCB_HXX
+#define INCLUDED_UCBHELPER_REGISTERUCB_HXX
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Reference.h>
@@ -101,6 +101,6 @@ UCBHELPER_DLLPUBLIC bool registerAtUcb(
throw (com::sun::star::uno::RuntimeException);
}
-#endif // _UCBHELPER_REGISTERUCB_HXX_
+#endif // INCLUDED_UCBHELPER_REGISTERUCB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 36f51108c131..8efb26d8c4ac 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_RESULTSET_HXX
-#define _UCBHELPER_RESULTSET_HXX
+#ifndef INCLUDED_UCBHELPER_RESULTSET_HXX
+#define INCLUDED_UCBHELPER_RESULTSET_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -568,6 +568,6 @@ public:
}
-#endif /* !_UCBHELPER_RESULTSET_HXX */
+#endif /* ! INCLUDED_UCBHELPER_RESULTSET_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx
index 80dd0581652d..411124d2965a 100644
--- a/include/ucbhelper/resultsethelper.hxx
+++ b/include/ucbhelper/resultsethelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_RESULTSETHELPER_HXX
-#define _UCBHELPER_RESULTSETHELPER_HXX
+#ifndef INCLUDED_UCBHELPER_RESULTSETHELPER_HXX
+#define INCLUDED_UCBHELPER_RESULTSETHELPER_HXX
#include <osl/mutex.hxx>
#include <com/sun/star/lang/XTypeProvider.hpp>
@@ -199,6 +199,6 @@ public:
}
-#endif /* !_UCBHELPER_RESULTSETHELPER_HXX */
+#endif /* ! INCLUDED_UCBHELPER_RESULTSETHELPER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx
index 35996657553a..7497df5edc71 100644
--- a/include/ucbhelper/resultsetmetadata.hxx
+++ b/include/ucbhelper/resultsetmetadata.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_RESULTSETMETADATA_HXX
-#define _UCBHELPER_RESULTSETMETADATA_HXX
+#ifndef INCLUDED_UCBHELPER_RESULTSETMETADATA_HXX
+#define INCLUDED_UCBHELPER_RESULTSETMETADATA_HXX
#include <vector>
#include <com/sun/star/uno/Reference.hxx>
@@ -465,6 +465,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_RESULTSETMETADATA_HXX */
+#endif /* ! INCLUDED_UCBHELPER_RESULTSETMETADATA_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx
index 7a084265003c..40a41f4baeff 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX
-#define _UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
@@ -144,6 +144,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLEAUTHENTICATIONREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index 3f761153582b..078bf2606353 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
-#define _UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
@@ -58,6 +58,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx
index 746aaf284bd6..11ba26e94ccb 100644
--- a/include/ucbhelper/simpleinteractionrequest.hxx
+++ b/include/ucbhelper/simpleinteractionrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
-#define _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#include "ucbhelper/ucbhelperdllapi.h"
@@ -85,6 +85,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/simpleioerrorrequest.hxx b/include/ucbhelper/simpleioerrorrequest.hxx
index d4c9c5277316..87ce17c45a74 100644
--- a/include/ucbhelper/simpleioerrorrequest.hxx
+++ b/include/ucbhelper/simpleioerrorrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLEIOERRORREQUEST_HXX
-#define _UCBHELPER_SIMPLEIOERRORREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLEIOERRORREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLEIOERRORREQUEST_HXX
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <ucbhelper/interactionrequest.hxx>
@@ -64,6 +64,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLEIOERRORREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLEIOERRORREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/simplenameclashresolverequest.hxx b/include/ucbhelper/simplenameclashresolverequest.hxx
index be789fd6a148..512775bd3ab7 100644
--- a/include/ucbhelper/simplenameclashresolverequest.hxx
+++ b/include/ucbhelper/simplenameclashresolverequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX
-#define _UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
@@ -72,6 +72,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLENAMECLASHRESOLVEREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/ucbhelper/std_inputstream.hxx b/include/ucbhelper/std_inputstream.hxx
index 92c9577519bc..a9dc2163dd5b 100644
--- a/include/ucbhelper/std_inputstream.hxx
+++ b/include/ucbhelper/std_inputstream.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _UCBHELPER_STD_INPUTSTREAM_HXX_
-#define _UCBHELPER_STD_INPUTSTREAM_HXX_
+#ifndef INCLUDED_UCBHELPER_STD_INPUTSTREAM_HXX
+#define INCLUDED_UCBHELPER_STD_INPUTSTREAM_HXX
#include <boost/shared_ptr.hpp>
#include <istream>
diff --git a/include/ucbhelper/std_outputstream.hxx b/include/ucbhelper/std_outputstream.hxx
index d0ad4a660248..9631b98d740c 100644
--- a/include/ucbhelper/std_outputstream.hxx
+++ b/include/ucbhelper/std_outputstream.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _UCBHELPER_STD_OUTPUTSTREAM_HXX_
-#define _UCBHELPER_STD_OUTPUTSTREAM_HXX_
+#ifndef INCLUDED_UCBHELPER_STD_OUTPUTSTREAM_HXX
+#define INCLUDED_UCBHELPER_STD_OUTPUTSTREAM_HXX
#include <boost/shared_ptr.hpp>
#include <ostream>
diff --git a/include/ucbhelper/ucbhelperdllapi.h b/include/ucbhelper/ucbhelperdllapi.h
index b129f163de8f..94522acb98c5 100644
--- a/include/ucbhelper/ucbhelperdllapi.h
+++ b/include/ucbhelper/ucbhelperdllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UCBHELPERDLLAPI_H
-#define INCLUDED_UCBHELPERDLLAPI_H
+#ifndef INCLUDED_UCBHELPER_UCBHELPERDLLAPI_H
+#define INCLUDED_UCBHELPER_UCBHELPERDLLAPI_H
#include "sal/types.h"
@@ -29,6 +29,6 @@
#endif
#define UCBHELPER_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_UCBHELPERDLLAPI_H */
+#endif // INCLUDED_UCBHELPER_UCBHELPERDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */