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