summaryrefslogtreecommitdiffstats
path: root/UnoControls/source/inc/progressmonitor.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-28 00:51:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-28 10:31:38 +0100
commit0104c28ceac5f2802a34305e85edc2d9ffe252ba (patch)
treea3ecf6f2834b9a25a86529842f2a78c8d1b2ff0c /UnoControls/source/inc/progressmonitor.hxx
parentUITest: fix spellDialog.SpellingAndGrammarDialog.test_tdf46852 (diff)
downloadcore-0104c28ceac5f2802a34305e85edc2d9ffe252ba.tar.gz
core-0104c28ceac5f2802a34305e85edc2d9ffe252ba.zip
tdf#124176: Use "pragma once" on UnoControls/*
It passed "make check" on Linux Change-Id: I4b0427e86063de0d4b1fd916ab4dfb1505db5a04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85888 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'UnoControls/source/inc/progressmonitor.hxx')
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx
index 339b6e6cb6cc..bbb4837347a6 100644
--- a/UnoControls/source/inc/progressmonitor.hxx
+++ b/UnoControls/source/inc/progressmonitor.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UNOCONTROLS_SOURCE_INC_PROGRESSMONITOR_HXX
-#define INCLUDED_UNOCONTROLS_SOURCE_INC_PROGRESSMONITOR_HXX
+#pragma once
#include <com/sun/star/awt/XProgressMonitor.hpp>
#include <com/sun/star/awt/XButton.hpp>
@@ -253,6 +252,5 @@ private:
}
-#endif // INCLUDED_UNOCONTROLS_SOURCE_INC_PROGRESSMONITOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */