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/source/unodialogs | |
parent | 88e78c12cf6388d35194fdc286eaa513ae245240 (diff) |
fixincludeguards.sh: svx
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
Diffstat (limited to 'svx/source/unodialogs')
4 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx index 7d76e36974aa..268f8a91136c 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TEXTCONVERSIONDLGS_CHINESE_DICTIONARYDLG_HXX -#define _TEXTCONVERSIONDLGS_CHINESE_DICTIONARYDLG_HXX +#ifndef INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_DICTIONARYDIALOG_HXX +#define INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_DICTIONARYDIALOG_HXX #include <vcl/dialog.hxx> // header for class FixedLine diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx index c2553a98fc44..f7fa906dadad 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TEXTCONVERSIONDLGS_CHINESE_TRANSLATION_UNODIALOG_HXX -#define _TEXTCONVERSIONDLGS_CHINESE_TRANSLATION_UNODIALOG_HXX +#ifndef INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_TRANSLATION_UNODIALOG_HXX +#define INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_TRANSLATION_UNODIALOG_HXX #include <cppuhelper/component.hxx> #include <com/sun/star/awt/XWindow.hpp> diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx index d9ff8b97d10d..76dd970b9aae 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TEXTCONVERSIONDLGS_CHINESE_TRANSLATIONDLG_HXX -#define _TEXTCONVERSIONDLGS_CHINESE_TRANSLATIONDLG_HXX +#ifndef INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_TRANSLATIONDIALOG_HXX +#define INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_CHINESE_TRANSLATIONDIALOG_HXX #include <vcl/dialog.hxx> // header for class FixedLine diff --git a/svx/source/unodialogs/textconversiondlgs/resid.hxx b/svx/source/unodialogs/textconversiondlgs/resid.hxx index 1d64dca857dc..389f4342de1b 100644 --- a/svx/source/unodialogs/textconversiondlgs/resid.hxx +++ b/svx/source/unodialogs/textconversiondlgs/resid.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 _TEXTCONVERSIONDLGS_RESID_HXX -#define _TEXTCONVERSIONDLGS_RESID_HXX +#ifndef INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_RESID_HXX +#define INCLUDED_SVX_SOURCE_UNODIALOGS_TEXTCONVERSIONDLGS_RESID_HXX #include <tools/resid.hxx> |