summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameSet.cpp')
-rw-r--r--kword/KWFrameSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameSet.cpp b/kword/KWFrameSet.cpp
index 515b0df0c..1195815a4 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" );