[Libreoffice-commits] core.git: sw/source
Gökhan ÃzeloÄlu (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 22 08:55:41 UTC 2020
sw/source/uibase/inc/column.hxx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 9cd34d4b2fceb66c3aa22bec5286323cd1070edc
Author: Gökhan Özeloğlu <gozeloglu at gmail.com>
AuthorDate: Sun Nov 22 07:15:41 2020 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 22 09:55:04 2020 +0100
tdf#124176: Use pragma once instead of include guards
Change-Id: Idab6bdb8574887c224eafbae100c2495998ca76f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106334
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/inc/column.hxx b/sw/source/uibase/inc/column.hxx
index fd3e391e639d..006eec66bfa9 100644
--- a/sw/source/uibase/inc/column.hxx
+++ b/sw/source/uibase/inc/column.hxx
@@ -16,9 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX
+#pragma once
#include <svtools/ctrlbox.hxx>
#include <svtools/valueset.hxx>
@@ -201,6 +199,4 @@ public:
weld::ComboBox* GetApplyComboBox() { return m_xApplyToLB.get(); }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list