summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:31:57 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:14:38 +0200
commit2f970ee06bfba42328a36599c52f57fe2f2fc4fc (patch)
treeaf051a73b449e47f7bbb62f9cfbf5f0080edb1b7 /sc/source/core/data/fillinfo.cxx
parent8c639732ae286e84ad9aa7ba6e92c9d12a8c26d9 (diff)
Fix typos
Change-Id: I46f80e6f453b8825f666e4bf7bbc4804e596222b Reviewed-on: https://gerrit.libreoffice.org/77299 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/core/data/fillinfo.cxx')
-rw-r--r--sc/source/core/data/fillinfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 48749179a0a3..610c4fb6a53b 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -299,7 +299,7 @@ bool handleConditionalFormat(ScConditionalFormatList& rCondFormList, const ScCon
pInfo->pConditionSet = &pStyleSheet->GetItemSet();
bAnyCondition = true;
- // TODO: moggi: looks like there is a but around bHidden and bHideFormula
+ // TODO: moggi: looks like there is a bug around bHidden and bHideFormula
// They are normally for the whole pattern and not for a single cell
// we need to check already here for protected cells
const SfxPoolItem* pItem;