diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 04:06:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | e22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch) | |
tree | ecb44159350783558370b18569b247c3a1d8e224 /vcl/source/edit | |
parent | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff) |
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/source/edit')
-rw-r--r-- | vcl/source/edit/textdat2.hxx | 6 | ||||
-rw-r--r-- | vcl/source/edit/textdoc.hxx | 6 | ||||
-rw-r--r-- | vcl/source/edit/textund2.hxx | 6 | ||||
-rw-r--r-- | vcl/source/edit/textundo.hxx | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/vcl/source/edit/textdat2.hxx b/vcl/source/edit/textdat2.hxx index 5267029e80d6..fd91bd11e023 100644 --- a/vcl/source/edit/textdat2.hxx +++ b/vcl/source/edit/textdat2.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TEXTDAT2_HXX -#define _TEXTDAT2_HXX +#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX +#define INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX #include <vcl/seleng.hxx> #include <vcl/virdev.hxx> @@ -296,6 +296,6 @@ struct TextDDInfo } }; -#endif // _TEXTDAT2_HXX +#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/edit/textdoc.hxx b/vcl/source/edit/textdoc.hxx index 4b4afc1b5595..e00cafddd664 100644 --- a/vcl/source/edit/textdoc.hxx +++ b/vcl/source/edit/textdoc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TEXTDOC_HXX -#define _TEXTDOC_HXX +#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX +#define INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX #include <rtl/ustring.hxx> #include <vcl/textdata.hxx> @@ -130,6 +130,6 @@ public: sal_Bool IsValidPaM( const TextPaM& rPaM ); }; -#endif // _TEXTDOC_HXX +#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx index 0678e5923971..89151854f777 100644 --- a/vcl/source/edit/textund2.hxx +++ b/vcl/source/edit/textund2.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 _TEXTUND2_HXX -#define _TEXTUND2_HXX +#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTUND2_HXX +#define INCLUDED_VCL_SOURCE_EDIT_TEXTUND2_HXX #include "textundo.hxx" #include <vcl/textdata.hxx> @@ -130,6 +130,6 @@ public: virtual OUString GetComment () const; }; -#endif // _TEXTUND2_HXX +#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTUND2_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/edit/textundo.hxx b/vcl/source/edit/textundo.hxx index 4d062d2f4893..2ff08a2efa8d 100644 --- a/vcl/source/edit/textundo.hxx +++ b/vcl/source/edit/textundo.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 _TEXTUNDO_HXX -#define _TEXTUNDO_HXX +#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX +#define INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX #include <svl/undo.hxx> #include <vcl/texteng.hxx> @@ -76,6 +76,6 @@ public: virtual OUString GetComment() const; }; -#endif // _TEXTUNDO_HXX +#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |