diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-13 00:57:24 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-04-13 04:31:25 +0200 |
commit | d76f1877f699c91f5e4a020641c6d65064bfb997 (patch) | |
tree | ad352a838bd842556f0f38b91bd03d57dc7ad7ba /sc/inc | |
parent | fc8dfe5c880ff4f64bf769df3088587d3358b027 (diff) |
Fix typo
Change-Id: If0fbaae23b98d3bdd178473db8fdb8ab2263ef67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166042
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/pivot/PivotTableFormats.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pivot/PivotTableFormats.hxx b/sc/inc/pivot/PivotTableFormats.hxx index 3a4d12e16479..3818b7f7c307 100644 --- a/sc/inc/pivot/PivotTableFormats.hxx +++ b/sc/inc/pivot/PivotTableFormats.hxx @@ -33,7 +33,7 @@ struct Selection sal_uInt32 nDataIndex = 0; }; -/** Holds cell patter attributes and a selection information to which cells in the pivot table +/** Holds cell pattern attributes and a selection information to which cells in the pivot table * the pattern should be applied. */ struct PivotTableFormat |