From 8b78a8791bc539bcffe7159f9d9714d577cb3d7d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 May 2021 20:48:35 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- kword/KWCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kword/KWCommand.cpp') diff --git a/kword/KWCommand.cpp b/kword/KWCommand.cpp index fec98ab78..8356ede9d 100644 --- a/kword/KWCommand.cpp +++ b/kword/KWCommand.cpp @@ -1266,7 +1266,7 @@ void KWInsertColumnCommand::execute() { kdDebug(32001) << "KWInsertColumnCommand::execute" << endl; KWDocument * doc = m_pTable->kWordDocument(); - // a insert column = KWTableFrameSet::m_sDefaultColWidth, see kwtableframeset.cc + // a insert column = KWTableFrameSet::m_sDefaultColWidth, see kwtableframeset.cpp if (m_pTable->boundingRect().right() + KWTableFrameSet::m_sDefaultColWidth >= static_cast(m_maxRight)) { // must create space (resize the table) m_oldWidth = m_pTable->boundingRect().width(); -- cgit v1.2.3