summaryrefslogtreecommitdiff
path: root/vcl/source/window/menufloatingwindow.hxx
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/window/menufloatingwindow.hxx
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/window/menufloatingwindow.hxx')
-rw-r--r--vcl/source/window/menufloatingwindow.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/window/menufloatingwindow.hxx b/vcl/source/window/menufloatingwindow.hxx
index e41dac5f2767..2fbc19f2d4d3 100644
--- a/vcl/source/window/menufloatingwindow.hxx
+++ b/vcl/source/window/menufloatingwindow.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_SOURCE_WINDOW_MENUFLOATINGWINDOW_HXX
-#define INCLUDED_VCL_SOURCE_WINDOW_MENUFLOATINGWINDOW_HXX
+#pragma once
#include "menuwindow.hxx"
@@ -126,5 +125,4 @@ public:
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() override;
};
-#endif // INCLUDED_VCL_SOURCE_WINDOW_MENUFLOATINGWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */