diff --git a/lotuswordpro/source/filter/lwpstory.hxx b/lotuswordpro/source/filter/lwpstory.hxx index 809cc2bbb0ad..68b3005c1cda 100644 --- a/lotuswordpro/source/filter/lwpstory.hxx +++ b/lotuswordpro/source/filter/lwpstory.hxx @@ -60,8 +60,7 @@ 2. the content of layout object ************************************************************************/ -#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX -#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSTORY_HXX +#pragma once #include #include "lwpcontent.hxx" @@ -153,6 +152,4 @@ inline void LwpStory::AddBullStyleName2List(const OUString& rStyleName, sal_uInt m_vBulletStyleNameList.push_back(std::make_pair(rStyleName, nPos)); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */