diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-03 10:01:18 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-03 11:17:22 +0200 |
commit | cebb96ec3a22d9023fb8a8d91f6c766a8a3866af (patch) | |
tree | e224a0d04781b60a1925b93347d86e2ff87c9462 /sw/source/uibase/inc/chrdlgmodes.hxx | |
parent | d2bbef3d3d6c7be096175ddbdb788ece5067f5fc (diff) |
sw: fix include guards
after the latest file move
Change-Id: I105eb04ad98d1bf71eddec4528657c248fcc4348
Diffstat (limited to 'sw/source/uibase/inc/chrdlgmodes.hxx')
-rw-r--r-- | sw/source/uibase/inc/chrdlgmodes.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/chrdlgmodes.hxx b/sw/source/uibase/inc/chrdlgmodes.hxx index d11d98addb1e..e4b9fb34285a 100644 --- a/sw/source/uibase/inc/chrdlgmodes.hxx +++ b/sw/source/uibase/inc/chrdlgmodes.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SW_SOURCE_CORE_UIBASE_INC_CHRDLGMODES_HXX -#define INCLUDED_SW_SOURCE_CORE_UIBASE_INC_CHRDLGMODES_HXX +#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX +#define INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX // DialogModes for SwCharDlg #define DLG_CHAR_STD 0 @@ -16,6 +16,6 @@ #define DLG_CHAR_ENV 2 #define DLG_CHAR_ANN 3 -#endif // INCLUDED_SW_SOURCE_CORE_UIBASE_INC_CHRDLGMODES_HXX +#endif // INCLUDED_SW_SOURCE_UIBASE_INC_CHRDLGMODES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |