summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:38:10 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commit88e78c12cf6388d35194fdc286eaa513ae245240 (patch)
tree3c8a28e197ae2407e29316cd62dd9dd182d77889 /unotools
parent35836f350861b33a0c28307a413eff76d0433d1e (diff)
fixincludeguards.sh: unotools
Change-Id: Idf4bee8c51e3082d2b815d9cf5c3d7374e598622
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/itemholder1.hxx6
-rw-r--r--unotools/source/ucbhelper/XTempFile.hxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx
index 9051e18adc83..c2922f740409 100644
--- a/unotools/source/config/itemholder1.hxx
+++ b/unotools/source/config/itemholder1.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_unotools_ITEMHOLDER1_HXX_
-#define INCLUDED_unotools_ITEMHOLDER1_HXX_
+#ifndef INCLUDED_UNOTOOLS_SOURCE_CONFIG_ITEMHOLDER1_HXX
+#define INCLUDED_UNOTOOLS_SOURCE_CONFIG_ITEMHOLDER1_HXX
#include <unotools/itemholderbase.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -63,6 +63,6 @@ class ItemHolder1 : private ItemHolderMutexBase
#undef css
-#endif // INCLUDED_unotools_ITEMHOLDER1_HXX_
+#endif // INCLUDED_UNOTOOLS_SOURCE_CONFIG_ITEMHOLDER1_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unotools/source/ucbhelper/XTempFile.hxx b/unotools/source/ucbhelper/XTempFile.hxx
index 0f0ea21181b1..ca98e23b915f 100644
--- a/unotools/source/ucbhelper/XTempFile.hxx
+++ b/unotools/source/ucbhelper/XTempFile.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 _XTEMPFILE_HXX_
-#define _XTEMPFILE_HXX_
+#ifndef INCLUDED_UNOTOOLS_SOURCE_UCBHELPER_XTEMPFILE_HXX
+#define INCLUDED_UNOTOOLS_SOURCE_UCBHELPER_XTEMPFILE_HXX
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>