include/xmloff/settingsstore.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 5a5af7828cbad8607fbb29e26b5131fd852d9384 Author: Melove <[email protected]> AuthorDate: Tue Jan 27 19:13:55 2026 +0530 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Tue Jan 27 23:06:03 2026 +0100 tdf#124176 Replace include guards with pragma once in settingsstore.hxx Change-Id: Iaed0ef855a60c7185cbdd4d3189747745225c545 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198205 Tested-by: Ilmari Lauhakangas <[email protected]> Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/include/xmloff/settingsstore.hxx b/include/xmloff/settingsstore.hxx index 339e71bbd1a7..f3872e671e83 100644 --- a/include/xmloff/settingsstore.hxx +++ b/include/xmloff/settingsstore.hxx @@ -9,8 +9,7 @@ // Simple interface to allow serialization of document settings -#ifndef INCLUDED_XMLOFF_SETTINGSSTORE_HXX -#define INCLUDED_XMLOFF_SETTINGSSTORE_HXX +#pragma once #include <com/sun/star/uno/Sequence.hxx> @@ -38,6 +37,4 @@ protected: ~DocumentSettingsSerializer() {} }; -#endif // INCLUDED_XMLOFF_SETTINGSSTORE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
