summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-04 22:10:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-10-04 22:17:48 +0200
commitf840a0b03856d776efd53892ef513b63aeaa8ccc (patch)
tree875ac412ba621ece269144cefa46cbe74b2e9361 /sc
parent5c977ea903b26471877eecaad63766f5e70fd0b2 (diff)
Fix typos
Change-Id: I7f6dbb170b88cc1717d08651d4ddd3aace0a7933 Reviewed-on: https://gerrit.libreoffice.org/43141 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/pivotcachebuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index 05ddb336d54f..b0755936b8b1 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -81,7 +81,7 @@ public:
/** Returns the string representation of the item. */
OUString getName() const;
- /** Returns the string representation of the item, using the actual formating. */
+ /** Returns the string representation of the item, using the actual formatting. */
OUString getFormattedName(const ScDPSaveDimension& rSaveDim, ScDPObject* pObj, const DateTime& rNullDate) const;
/** Returns true if the item is unused. */
bool isUnused() const { return mbUnused; }