summaryrefslogtreecommitdiff
path: root/include/ucbhelper/activedatasink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/activedatasink.hxx')
-rw-r--r--include/ucbhelper/activedatasink.hxx6
1 files changed, 3 insertions, 3 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: */