summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibcont.hxx')
-rw-r--r--extensions/source/bibliography/bibcont.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibcont.hxx b/extensions/source/bibliography/bibcont.hxx
index aca9f0e68fc3..d90952ac32c3 100644
--- a/extensions/source/bibliography/bibcont.hxx
+++ b/extensions/source/bibliography/bibcont.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONT_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONT_HXX
+#pragma once
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
@@ -91,6 +90,4 @@ class BibBookContainer: public BibSplitWindow
virtual bool HandleShortCutKey( const KeyEvent& rKeyEvent ) override; // returns true, if key was handled
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */