From d63c9d696eb6e2539528b99afc21f4086c9defe3 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 (cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d) --- kword/KWFrameSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kword/KWFrameSet.cpp') diff --git a/kword/KWFrameSet.cpp b/kword/KWFrameSet.cpp index 515b0df0..1195815a 100644 --- a/kword/KWFrameSet.cpp +++ b/kword/KWFrameSet.cpp @@ -960,7 +960,7 @@ KWFrame* KWFrameSet::loadOasisFrame( const TQDomElement& tag, KoOasisContext& co frame->setZOrder( tag.attributeNS( KoXmlNS::draw, "z-index", TQString() ).toInt() ); // Copy-frames. // We currently ignore the value of the copy-of attribute. It probably needs to - // be handled like chain-next-name (kwtextframeset.cc) but for all types of frameset. + // be handled like chain-next-name (kwtextframeset.cpp) but for all types of frameset. frame->setCopy( tag.hasAttributeNS( KoXmlNS::draw, "copy-of" ) ); frame->loadCommonOasisProperties( context, this, "graphic" ); -- cgit v1.2.1