diff options
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r-- | sd/inc/cusshow.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx index c80cb1d2a5af..81d2817cd262 100644 --- a/sd/inc/cusshow.hxx +++ b/sd/inc/cusshow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_CUSSHOW_HXX -#define _SD_CUSSHOW_HXX +#ifndef INCLUDED_SD_INC_CUSSHOW_HXX +#define INCLUDED_SD_INC_CUSSHOW_HXX #include <vector> #include <tools/stream.hxx> @@ -77,6 +77,6 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoCustomShow(); }; -#endif // _SD_CUSSHOW_HXX +#endif // INCLUDED_SD_INC_CUSSHOW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |