diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:41:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:19 +0100 |
commit | a4fc939e82b100490d69a61440e2d18a8652e813 (patch) | |
tree | cf452d1fac9591f7175fc194c36b99f2e7a8a694 /svx/inc/svdibrow.hxx | |
parent | 88e78c12cf6388d35194fdc286eaa513ae245240 (diff) |
fixincludeguards.sh: svx
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
Diffstat (limited to 'svx/inc/svdibrow.hxx')
-rw-r--r-- | svx/inc/svdibrow.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index cffdabbdecbf..c43ba3c91971 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVDIBROW_HXX -#define _SVDIBROW_HXX +#ifndef INCLUDED_SVX_INC_SVDIBROW_HXX +#define INCLUDED_SVX_INC_SVDIBROW_HXX #include <svtools/brwbox.hxx> #include <vcl/edit.hxx> @@ -131,7 +131,7 @@ public: void ForceUndirty() { if (bDirty) Undirty(); } }; -#endif //_SVDIBROW_HXX +#endif // INCLUDED_SVX_INC_SVDIBROW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |