diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:20:56 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:52 +0100 |
commit | cefed9792d32058b035e860f72ac0d2cfd103658 (patch) | |
tree | 0bf34fceb6f8dddb0f3567bf420c0129c9610058 /sdext/source/minimizer/fileopendialog.hxx | |
parent | bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (diff) |
fixincludeguards.sh: sdext
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
Diffstat (limited to 'sdext/source/minimizer/fileopendialog.hxx')
-rw-r--r-- | sdext/source/minimizer/fileopendialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/fileopendialog.hxx b/sdext/source/minimizer/fileopendialog.hxx index d8a735c66fab..6668795d9d5c 100644 --- a/sdext/source/minimizer/fileopendialog.hxx +++ b/sdext/source/minimizer/fileopendialog.hxx @@ -18,8 +18,8 @@ */ -#ifndef _FILEOPEN_DIALOG_HXX_ -#define _FILEOPEN_DIALOG_HXX_ +#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX +#define INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX #include <vector> #include <com/sun/star/beans/StringPair.hpp> @@ -59,6 +59,6 @@ public : OUString getFilterName() const; }; -#endif // _FILEOPEN_DIALOG_HXX_ +#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |