diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ddefld.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index 233899b8e28b..9d0ef6fa71f5 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.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_INC_DDEFLD_HXX -#define INCLUDED_SW_INC_DDEFLD_HXX +#pragma once #include <sfx2/lnkbase.hxx> #include <svl/hint.hxx> @@ -124,6 +123,4 @@ public: virtual void SetPar2(const OUString& rStr) override; }; -#endif // INCLUDED_SW_INC_DDEFLD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |