diff options
Diffstat (limited to 'sc/inc/shellids.hxx')
-rw-r--r-- | sc/inc/shellids.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/shellids.hxx b/sc/inc/shellids.hxx index 642d0d633d00..9f4fbf7a991c 100644 --- a/sc/inc/shellids.hxx +++ b/sc/inc/shellids.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_SHELLIDS_HXX -#define INCLUDED_SC_INC_SHELLIDS_HXX +#pragma once // Sfx Interface-IDs #define SCID_APP (SFX_INTERFACE_SC_START+SfxInterfaceId(0)) @@ -41,6 +40,4 @@ #define SCID_PAGEBREAK_SHELL (SFX_INTERFACE_SC_START+SfxInterfaceId(16)) #define SCID_MEDIA_SHELL (SFX_INTERFACE_SC_START+SfxInterfaceId(17)) -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |