diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 12:41:36 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 09:01:53 +0200 |
commit | 4d433b21ec6fdd80e09dc042a8e204e72b1e62c8 (patch) | |
tree | aac6271d2bd1994c2fa8909be969fc48740d249c /chart2 | |
parent | 6efb746a8cf876ef00d97aa8bd8f2f4ef9cabcfd (diff) |
tdf#124176 Replace 3 include guards with #pragma once
These are the include guards mentioned in tdf#124176 as not being
compatible with an automated fix.
Change-Id: Ia74453b7b96405ad36440dcd8e24759352bd15da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100092
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/InternalData.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx index 25ed60606d74..c7407d17fb11 100644 --- a/chart2/source/inc/InternalData.hxx +++ b/chart2/source/inc/InternalData.hxx @@ -16,8 +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_CHART2_SOURCE_INC_INTERNALDATA_HXX -#define INCLUDED_CHART2_SOURCE_INC_INTERNALDATA_HXX +#pragma once #include <com/sun/star/uno/Sequence.hxx> @@ -92,8 +91,6 @@ private: tVecVecAny m_aColumnLabels;//outer index is column index }; -#endif - } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |