diff options
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: */ |