summaryrefslogtreecommitdiff
path: root/shell/source/unix
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:27:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commit48dd3571f841929203931ee6d67c890064111c19 (patch)
tree272807464e3f8ca1111835b602f1be4cd7b6276b /shell/source/unix
parent15b5412fad3e6363debb33de583843ca7c9c7299 (diff)
fixincludeguards.sh: shell
Change-Id: I987c54b15c271fc80b7efd25933e13950f974423
Diffstat (limited to 'shell/source/unix')
-rw-r--r--shell/source/unix/exec/shellexec.hxx4
-rw-r--r--shell/source/unix/sysshell/recently_used_file.hxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/unix/exec/shellexec.hxx b/shell/source/unix/exec/shellexec.hxx
index 741cdac8642d..37fe3e2cc481 100644
--- a/shell/source/unix/exec/shellexec.hxx
+++ b/shell/source/unix/exec/shellexec.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SHELLEXEC_HXX_
-#define _SHELLEXEC_HXX_
+#ifndef INCLUDED_SHELL_SOURCE_UNIX_EXEC_SHELLEXEC_HXX
+#define INCLUDED_SHELL_SOURCE_UNIX_EXEC_SHELLEXEC_HXX
#include <cppuhelper/implbase2.hxx>
#include <osl/mutex.hxx>
diff --git a/shell/source/unix/sysshell/recently_used_file.hxx b/shell/source/unix/sysshell/recently_used_file.hxx
index f87b01df8724..32bdc05b84f8 100644
--- a/shell/source/unix/sysshell/recently_used_file.hxx
+++ b/shell/source/unix/sysshell/recently_used_file.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_RECENTLY_USED_FILE_HXX
-#define INCLUDED_RECENTLY_USED_FILE_HXX
+#ifndef INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
+#define INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
#include <stdio.h>
#include <unistd.h>
@@ -56,6 +56,6 @@ private:
FILE* file_;
};
-#endif // INCLUDED_RECENTLY_USED_FILE_HXX
+#endif // INCLUDED_SHELL_SOURCE_UNIX_SYSSHELL_RECENTLY_USED_FILE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */