diff options
Diffstat (limited to 'sd/inc/sdxmlwrp.hxx')
-rw-r--r-- | sd/inc/sdxmlwrp.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx index 0c42447be28f..9a1bf82c028a 100644 --- a/sd/inc/sdxmlwrp.hxx +++ b/sd/inc/sdxmlwrp.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SD_INC_SDXMLWRP_HXX -#define INCLUDED_SD_INC_SDXMLWRP_HXX +#pragma once #include <comphelper/fileformat.h> #include <tools/solar.h> @@ -50,6 +49,4 @@ private: sal_uLong mnStoreVer; }; -#endif // INCLUDED_SD_INC_SDXMLWRP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |