diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 15:17:38 +0900 |
commit | d63c9d696eb6e2539528b99afc21f4086c9defe3 (patch) | |
tree | b3bfc97a66431a12cdd8f9379c0072673ede43df /kspread/kspread_sheet.h | |
parent | 5363fe3c36504c37bdc6dcfafd5f71daeae251e8 (diff) | |
download | koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.tar.gz koffice-d63c9d696eb6e2539528b99afc21f4086c9defe3.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
Diffstat (limited to 'kspread/kspread_sheet.h')
-rw-r--r-- | kspread/kspread_sheet.h | 4 |
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 { |