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/optimizerdialog.hxx | |
parent | bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (diff) |
fixincludeguards.sh: sdext
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
Diffstat (limited to 'sdext/source/minimizer/optimizerdialog.hxx')
-rw-r--r-- | sdext/source/minimizer/optimizerdialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/optimizerdialog.hxx b/sdext/source/minimizer/optimizerdialog.hxx index cdb500ab85f9..7607e156b170 100644 --- a/sdext/source/minimizer/optimizerdialog.hxx +++ b/sdext/source/minimizer/optimizerdialog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OPTIMIZERDIALOG_HXX -#define OPTIMIZERDIALOG_HXX +#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX +#define INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX #include "optimizerdialog.hrc" #include <vector> #include "unodialog.hxx" @@ -233,6 +233,6 @@ private: }; -#endif // OPTIMIZERDIALOG_HXX +#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |