summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:35:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commit35836f350861b33a0c28307a413eff76d0433d1e (patch)
treee5d84c3c1a6a36577d7f0e0c471a7694c6ae26a1 /desktop/inc
parentfixincludeguards.sh: canvas (diff)
downloadcore-35836f350861b33a0c28307a413eff76d0433d1e.tar.gz
core-35836f350861b33a0c28307a413eff76d0433d1e.zip
fixincludeguards.sh: desktop
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx6
-rw-r--r--desktop/inc/liblibreoffice.hxx4
-rw-r--r--desktop/inc/migration.hxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index d01e9643f16e..31d0daee9589 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DESKTOP_APP_HXX_
-#define _DESKTOP_APP_HXX_
+#ifndef INCLUDED_DESKTOP_INC_APP_HXX
+#define INCLUDED_DESKTOP_INC_APP_HXX
// stl includes first
#include <map>
@@ -192,6 +192,6 @@ class Desktop : public Application
}
-#endif // _DESKTOP_APP_HXX_
+#endif // INCLUDED_DESKTOP_INC_APP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/inc/liblibreoffice.hxx b/desktop/inc/liblibreoffice.hxx
index 1dc2ede120ba..28c23476c899 100644
--- a/desktop/inc/liblibreoffice.hxx
+++ b/desktop/inc/liblibreoffice.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _LIBLIBREOFFICE_HXX
-#define _LIBLIBREOFFICE_HXX
+#ifndef INCLUDED_DESKTOP_INC_LIBLIBREOFFICE_HXX
+#define INCLUDED_DESKTOP_INC_LIBLIBREOFFICE_HXX
class LODocument
{
diff --git a/desktop/inc/migration.hxx b/desktop/inc/migration.hxx
index 6f382b8ba4fd..cb73bdd42eb5 100644
--- a/desktop/inc/migration.hxx
+++ b/desktop/inc/migration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DESKTOP_MIGRATION_HXX_
-#define _DESKTOP_MIGRATION_HXX_
+#ifndef INCLUDED_DESKTOP_INC_MIGRATION_HXX
+#define INCLUDED_DESKTOP_INC_MIGRATION_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>