summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
diff options
context:
space:
mode:
authorsarynasser <sarynasser1@gmail.com>2021-04-13 15:25:50 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-04-13 21:04:34 +0200
commit77419c6f3aba1fd5b1660795923c22a39bdb1bad (patch)
treef037ac2ba80c20366d4a9774da9cbb42f09eaa4c /vcl/source/uitest
parent79e19abad98209c0529c4b73ae947c8d1d5b6865 (diff)
tdf#124176 Use pragma once in vcl
Change-Id: I30834d8686763d8972cb1579341eefb43ae300c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114052 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r--vcl/source/uitest/uno/uiobject_uno.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/uitest/uno/uiobject_uno.hxx b/vcl/source/uitest/uno/uiobject_uno.hxx
index 426f9d0476b8..f52cdeffe95d 100644
--- a/vcl/source/uitest/uno/uiobject_uno.hxx
+++ b/vcl/source/uitest/uno/uiobject_uno.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_VCL_SOURCE_UITEST_UNO_UIOBJECT_UNO_HXX
-#define INCLUDED_VCL_SOURCE_UITEST_UNO_UIOBJECT_UNO_HXX
+#pragma once
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
@@ -70,6 +69,4 @@ private:
css::uno::Sequence<css::beans::PropertyValue> mPropValues;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */