mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +00:00
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:
@ -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: */
|
||||
|
@ -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: */
|
||||
|
Reference in New Issue
Block a user