diff options
Diffstat (limited to 'sw/source/uibase/uno/unodefaults.hxx')
-rwxr-xr-x[-rw-r--r--] | sw/source/uibase/uno/unodefaults.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/uno/unodefaults.hxx b/sw/source/uibase/uno/unodefaults.hxx index 91d7c8f2faa9..5c14c1726008 100644..100755 --- a/sw/source/uibase/uno/unodefaults.hxx +++ b/sw/source/uibase/uno/unodefaults.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_SW_SOURCE_UIBASE_UNO_UNODEFAULTS_HXX -#define INCLUDED_SW_SOURCE_UIBASE_UNO_UNODEFAULTS_HXX +#pragma once #include <svx/unopool.hxx> @@ -34,6 +33,4 @@ public: virtual SfxItemPool* getModelPool(bool bReadOnly) noexcept override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |