comphelper a11y: Use #pragma once

Change-Id: I65beee09218e36657d59ed8483e9b90b21b950c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185638
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
This commit is contained in:
Michael Weghorn
2025-05-22 06:35:35 +02:00
parent d4dad2e181
commit ef500b6529
2 changed files with 2 additions and 10 deletions

View File

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_COMPHELPER_ACCESSIBLEWRAPPER_HXX
#define INCLUDED_COMPHELPER_ACCESSIBLEWRAPPER_HXX
#pragma once
#include <config_options.h>
#include <sal/config.h>
@ -374,7 +373,4 @@ private:
} // namespace accessibility
#endif // INCLUDED_COMPHELPER_ACCESSIBLEWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX
#define INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX
#pragma once
#include <config_options.h>
#include <cppuhelper/implbase1.hxx>
@ -213,7 +212,4 @@ namespace comphelper
} // namespace comphelper
#endif // INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */