diff options
author | Gül Toksöz <meryemgltksz@gmail.com> | 2020-11-25 18:33:08 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-26 18:21:44 +0100 |
commit | 843aedb772223189aa2ba3b1e9ffb7dba86db1ac (patch) | |
tree | 2c1e91ec2d27f304e7248b2872ef33e0d2cb3795 /sw/source/uibase/inc/optpage.hxx | |
parent | 2b5d320630aaa89fc3857f2926b82d116910f905 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: I334fee9257c83aa940b256b049d4408ab2e53a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106609
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 4ea45d347687..2889f5ea6ebf 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -16,8 +16,9 @@ * 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_OPTPAGE_HXX -#define INCLUDED_SW_SOURCE_UIBASE_INC_OPTPAGE_HXX + +#pragma once + #include <sfx2/tabdlg.hxx> #include <vcl/weld.hxx> @@ -382,5 +383,4 @@ public: virtual void Reset( const SfxItemSet* rSet ) override; }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |