tdf#143148 Use #pragma once instead of include guards
Change-Id: I3ff0f661a3b4109b79ec13dad4e3472378048ec7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175705 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
This commit is contained in:
parent
c8cfe6822f
commit
961f8bdce4
1 changed files with 1 additions and 3 deletions
|
@ -17,8 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
|
||||
#define INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <config_options.h>
|
||||
#include <framework/fwkdllapi.h>
|
||||
|
@ -199,6 +198,5 @@ class UNLESS_MERGELIBS(FWK_DLLPUBLIC) FrameListAnalyzer final
|
|||
|
||||
} // namespace framework
|
||||
|
||||
#endif // INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue