summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/bookmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/bookmark.hxx')
-rw-r--r--sw/source/uibase/inc/bookmark.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/bookmark.hxx b/sw/source/uibase/inc/bookmark.hxx
index b6107e2914af..85f67e9c2981 100644
--- a/sw/source/uibase/inc/bookmark.hxx
+++ b/sw/source/uibase/inc/bookmark.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_INC_BOOKMARK_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_BOOKMARK_HXX
+#pragma once
#include <sfx2/basedlgs.hxx>
#include <vcl/weld.hxx>
@@ -105,6 +104,4 @@ public:
virtual ~SwInsertBookmarkDlg() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */