summaryrefslogtreecommitdiff
path: root/sw/inc/authfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r--sw/inc/authfld.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx
index 6996f5090b68..ab1d87f74a8b 100644
--- a/sw/inc/authfld.hxx
+++ b/sw/inc/authfld.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_AUTHFLD_HXX
-#define INCLUDED_SW_INC_AUTHFLD_HXX
+#pragma once
#include <sal/config.h>
@@ -240,6 +239,4 @@ inline void SwAuthEntry::SetAuthorField(ToxAuthorityField ePos, const OUString&
m_aAuthFields[ePos] = rField;
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */