summaryrefslogtreecommitdiff
path: root/comphelper/source/officeinstdir
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:27:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commitff154adfdc11a6fc8363169af164e760d86b0643 (patch)
tree8e9f04a8d1f24f3afab665bdf35198fcdbd62ceb /comphelper/source/officeinstdir
parent0882cc667551fbc7db66936584f3ebfbc7640141 (diff)
fixincludeguards.sh: comphelper
Diffstat (limited to 'comphelper/source/officeinstdir')
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
index 8f32f934ddf5..5e07215453b3 100644
--- a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
+++ b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX
-#define INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX
+#ifndef INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX
+#define INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX
#include "osl/mutex.hxx"
#include "cppuhelper/implbase2.hxx"
@@ -97,6 +97,6 @@ private:
} // namespace comphelper
-#endif /* !INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX */
+#endif /* ! INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */