summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_sheet.h
diff options
context:
space:
mode:
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 2b2ed21cd..a99024529 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
{