summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_sheet.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-23 20:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 15:16:28 +0900
commit8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch)
tree1328291f966f19a22d7b13657d3f01a588eb1083 /kspread/kspread_sheet.h
parent95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff)
downloadkoffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.tar.gz
koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kspread/kspread_sheet.h')
-rw-r--r--kspread/kspread_sheet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_sheet.h b/kspread/kspread_sheet.h
index 2b2ed21c..a9902452 100644
--- a/kspread/kspread_sheet.h
+++ b/kspread/kspread_sheet.h
@@ -787,7 +787,7 @@ public:
void setFirstLetterUpper(bool _firstUpper);
- // TODO Stefan: remove after kspread_undo.cc|h and commands.cc|h are obsolete
+ // TODO Stefan: remove after kspread_undo.cpp|h and commands.cpp|h are obsolete
void changeMergedCell( int /*m_iCol*/, int /*m_iRow*/, int /*m_iExtraX*/, int /*m_iExtraY*/) {}
/**
@@ -1317,7 +1317,7 @@ protected:
static TQIntDict<Sheet>* s_mapSheets;
public:
- // see kspread_sheet.cc for an explanation of this
+ // see kspread_sheet.cpp for an explanation of this
// this is for type B and also for type A (better use CellWorkerTypeA for that)
struct CellWorker
{