diff options
Diffstat (limited to 'kword')
-rw-r--r-- | kword/DEBUG | 2 | ||||
-rw-r--r-- | kword/HACKING | 12 | ||||
-rw-r--r-- | kword/KWCommand.cpp | 2 | ||||
-rw-r--r-- | kword/KWFrameSet.cpp | 2 | ||||
-rw-r--r-- | kword/defs.h | 2 | ||||
-rw-r--r-- | kword/mailmerge/KWClassicSerialDataSource.cpp | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/kword/DEBUG b/kword/DEBUG index 8e792483..58a5f9d3 100644 --- a/kword/DEBUG +++ b/kword/DEBUG @@ -12,4 +12,4 @@ Ctrl-Shift-V : Verbose parag debug. Includes formatting of each character. Ctrl-Shift-S : Styles debug. Prints all KoStyles. Ctrl-Shift-M : Mark the debug output. Just prints the current date/time. -(The code is in koffice/kword/kwcanvas.cc.) +(The code is in koffice/kword/kwcanvas.cpp.) diff --git a/kword/HACKING b/kword/HACKING index b288e2e8..a9d30dab 100644 --- a/kword/HACKING +++ b/kword/HACKING @@ -86,9 +86,9 @@ FILES: *IFace.h/cc - the dcop interface misc app stuff: - main.cc - the main + main.cpp - the main kwaboutdata.h - the appname, authors... - - shared between main.cc and kwfactory.cc + - shared between main.cpp and kwfactory.cpp kword.rc - xml-gui layout kword.desktop - application .desktop file @@ -127,7 +127,7 @@ FILES: doc outline: docstruct.h/cc - gui for overall document structure styles: - stylenames.cc - contains builtin style names, + stylenames.cpp - contains builtin style names, for translation purposes kwstylemanager.h/cc - KWStyleManager, extension to KoStyleManager (the style editor is in libkotext) @@ -195,9 +195,9 @@ FILES: mailmerge: mailmerge.h/cc mailmerge_actions.h/cc - kwordmailmergedatabaseiface.cc + kwordmailmergedatabaseiface.cpp mailmerge_interface.h/cc - dcop - mailmerge_interface_skel.cc - (ditto) + mailmerge_interface_skel.cpp - (ditto) kwmailmerge.desktop - mailmerge .desktop file expressions: kweditpersonnalexpressiondia.h/cc @@ -207,7 +207,7 @@ FILES: misc weird files: ;-) kwstyle.h - Forwarder to kostyle.h, - they're the same thing now. - dummy.cc - empty file to compile as a + dummy.cpp - empty file to compile as a - "tdeinit loadable module" MISC FILES: diff --git a/kword/KWCommand.cpp b/kword/KWCommand.cpp index fec98ab7..8356ede9 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<int>(m_maxRight)) { // must create space (resize the table) m_oldWidth = m_pTable->boundingRect().width(); 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" ); diff --git a/kword/defs.h b/kword/defs.h index b4b60665..aeaf3aeb 100644 --- a/kword/defs.h +++ b/kword/defs.h @@ -53,7 +53,7 @@ enum FrameSetType { FT_BASE = 0, FT_TEXT = 1, FT_PICTURE = 2, FT_PART = 3, FT_TABLE = 10 }; // This has to remain here because of KWDocument::refreshDocStructure() -// This one has better remain here, otherwise kwdoc.cc needs docstruct.h +// This one has better remain here, otherwise kwdoc.cpp needs docstruct.h enum TypeStructDocItem {Arrangement=1, Tables=2, Pictures=4, TextFrames=16, Embedded=32, FormulaFrames=64}; // This one has better remain here, otherwise kwtexframeset.h needs footnote.h diff --git a/kword/mailmerge/KWClassicSerialDataSource.cpp b/kword/mailmerge/KWClassicSerialDataSource.cpp index 73eee994..2588b06e 100644 --- a/kword/mailmerge/KWClassicSerialDataSource.cpp +++ b/kword/mailmerge/KWClassicSerialDataSource.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Original file (mailmerge.cc): Copyright (C) 1998, 1999 Reginald Stadlbauer <[email protected]> + Original file (mailmerge.cpp): Copyright (C) 1998, 1999 Reginald Stadlbauer <[email protected]> Copyright (C) 2001 Joseph Wenninger <[email protected]> This library is free software; you can redistribute it and/or |