diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:47:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:13 +0200 |
commit | 8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch) | |
tree | 7c26a4701873df3bab364fb7e9a386aef6a12c99 /scripting/source/dlgprov | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'scripting/source/dlgprov')
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.hxx | 4 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.hxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx index c1fad53cc227..de1ff424b1ab 100644 --- a/scripting/source/dlgprov/dlgevtatt.hxx +++ b/scripting/source/dlgprov/dlgevtatt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_DLGEVTATT_HXX -#define SCRIPTING_DLGEVTATT_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGEVTATT_HXX +#define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGEVTATT_HXX #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/script/XAllListener.hpp> diff --git a/scripting/source/dlgprov/dlgprov.hxx b/scripting/source/dlgprov/dlgprov.hxx index ca3a6fe7f5de..bd31342c5157 100644 --- a/scripting/source/dlgprov/dlgprov.hxx +++ b/scripting/source/dlgprov/dlgprov.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_DLGPROV_HXX -#define SCRIPTING_DLGPROV_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX +#define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XDialog.hpp> @@ -154,6 +154,6 @@ namespace dlgprov } // namespace dlgprov -#endif // SCRIPTING_DLGPROV_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |