diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:43:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:19 +0100 |
commit | c461674dd44463719fbd44a3245389ce32fbb621 (patch) | |
tree | e72f2c628449761b9d248ad1bb3da9c1ba8dd2d2 /sfx2/source/dialog | |
parent | a4fc939e82b100490d69a61440e2d18a8652e813 (diff) |
fixincludeguards.sh: sfx2
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/backingwindow.hxx | 4 | ||||
-rw-r--r-- | sfx2/source/dialog/filedlgimpl.hxx | 6 | ||||
-rw-r--r-- | sfx2/source/dialog/filtergrouping.hxx | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx index e03867d19b9f..7cb516a348a3 100644 --- a/sfx2/source/dialog/backingwindow.hxx +++ b/sfx2/source/dialog/backingwindow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SFX2_BACKINGWINDOW_HXX -#define SFX2_BACKINGWINDOW_HXX +#ifndef INCLUDED_SFX2_SOURCE_DIALOG_BACKINGWINDOW_HXX +#define INCLUDED_SFX2_SOURCE_DIALOG_BACKINGWINDOW_HXX #include <rtl/ustring.hxx> diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 6173eaee8f08..d0dcb4658bbd 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.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 _SFX_FILEDLGIMPL_HXX -#define _SFX_FILEDLGIMPL_HXX +#ifndef INCLUDED_SFX2_SOURCE_DIALOG_FILEDLGIMPL_HXX +#define INCLUDED_SFX2_SOURCE_DIALOG_FILEDLGIMPL_HXX #include <vcl/timer.hxx> #include <vcl/graph.hxx> @@ -222,6 +222,6 @@ namespace sfx2 } // end of namespace sfx2 -#endif // _SFX_FILEDLGIMPL_HXX +#endif // INCLUDED_SFX2_SOURCE_DIALOG_FILEDLGIMPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/dialog/filtergrouping.hxx b/sfx2/source/dialog/filtergrouping.hxx index 2112f6a58fb7..603e15de5e3d 100644 --- a/sfx2/source/dialog/filtergrouping.hxx +++ b/sfx2/source/dialog/filtergrouping.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SFX2_FILTERGROUPING_HXX -#define SFX2_FILTERGROUPING_HXX +#ifndef INCLUDED_SFX2_SOURCE_DIALOG_FILTERGROUPING_HXX +#define INCLUDED_SFX2_SOURCE_DIALOG_FILTERGROUPING_HXX #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <com/sun/star/container/XEnumeration.hpp> @@ -91,7 +91,7 @@ namespace sfx2 } // namespace sfx2 //........................................................................ -#endif // SFX2_FILTERGROUPING_HXX +#endif // INCLUDED_SFX2_SOURCE_DIALOG_FILTERGROUPING_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |