diff options
Diffstat (limited to 'idl/inc/command.hxx')
-rw-r--r-- | idl/inc/command.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index 3ee2bcb9cd74..bbf730d8cef6 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _COMMAND_HXX -#define _COMMAND_HXX +#ifndef INCLUDED_IDL_INC_COMMAND_HXX +#define INCLUDED_IDL_INC_COMMAND_HXX #include <rtl/ustring.hxx> #include <vector> @@ -53,6 +53,6 @@ class SvIdlWorkingBase; sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand ); void DeInit(); -#endif // _COMMAND_HXX +#endif // INCLUDED_IDL_INC_COMMAND_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |