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/inc/templatedlg.hxx | |
parent | a4fc939e82b100490d69a61440e2d18a8652e813 (diff) |
fixincludeguards.sh: sfx2
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 46c3a96fd16c..b36e96e7e02f 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef TEMPLATEDLG_HXX -#define TEMPLATEDLG_HXX +#ifndef INCLUDED_SFX2_INC_TEMPLATEDLG_HXX +#define INCLUDED_SFX2_INC_TEMPLATEDLG_HXX #include <set> @@ -162,6 +162,6 @@ private: std::vector<TemplateRepository*> maRepositories; ///< Stores the remote repositories for templates }; -#endif // TEMPLATEDLG_HXX +#endif // INCLUDED_SFX2_INC_TEMPLATEDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |