summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pushbuttonnavigation.hxx
diff options
context:
space:
mode:
authorVincent LE GARREC <libreoffice@le-garrec.fr>2021-03-06 08:18:00 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-23 10:48:06 +0100
commit039e90ec011157c9e851221a53ec62d33acb71d1 (patch)
treee4b792dc6b8fe11cd823c53d94fb41ffab2a28d3 /extensions/source/propctrlr/pushbuttonnavigation.hxx
parentae2299301c3a5797b1a99d69156f367cabc614b0 (diff)
tdf#124176 Use pragma once in extensions
Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048 Tested-by: Jenkins Reviewed-by: John Turpish <jbt@gmx.us> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'extensions/source/propctrlr/pushbuttonnavigation.hxx')
-rw-r--r--extensions/source/propctrlr/pushbuttonnavigation.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/pushbuttonnavigation.hxx b/extensions/source/propctrlr/pushbuttonnavigation.hxx
index 1b93c1475288..7248fb27d4bf 100644
--- a/extensions/source/propctrlr/pushbuttonnavigation.hxx
+++ b/extensions/source/propctrlr/pushbuttonnavigation.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX
+#pragma once
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
@@ -96,6 +95,4 @@ namespace pcr
} // namespace pcr
-#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */