diff options
author | Michele Calgaro <[email protected]> | 2021-05-23 20:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-05-29 15:16:28 +0900 |
commit | 8b78a8791bc539bcffe7159f9d9714d577cb3d7d (patch) | |
tree | 1328291f966f19a22d7b13657d3f01a588eb1083 /lib/kotext | |
parent | 95834e2bdc5e01ae1bd21ac0dfa4fa1d2417fae9 (diff) | |
download | koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.tar.gz koffice-8b78a8791bc539bcffe7159f9d9714d577cb3d7d.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kotext')
-rw-r--r-- | lib/kotext/KoRichText.cpp | 2 | ||||
-rw-r--r-- | lib/kotext/KoTextFormatter.cpp | 2 | ||||
-rw-r--r-- | lib/kotext/KoTextParag.h | 2 | ||||
-rw-r--r-- | lib/kotext/KoTextViewIface.cpp (renamed from lib/kotext/KoTextViewIface.cc) | 0 | ||||
-rw-r--r-- | lib/kotext/Makefile.am | 2 | ||||
-rw-r--r-- | lib/kotext/tests/kotextformattertest.cpp | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/lib/kotext/KoRichText.cpp b/lib/kotext/KoRichText.cpp index cc0fe4a9..5d3e99d1 100644 --- a/lib/kotext/KoRichText.cpp +++ b/lib/kotext/KoRichText.cpp @@ -1199,7 +1199,7 @@ void KoTextString::clear() KoTextStringChar &ch = data[ i ]; if ( ch.isCustom() ) { // Can't do that here, no access to the doc. See ~KoTextParag instead. - // However clear() is also called by operator=, many times in kotextobject.cc... + // However clear() is also called by operator=, many times in kotextobject.cpp... // Hopefully not with customitems in there... //if ( doc ) // doc->unregisterCustomItem( ch->customItem(), this ); diff --git a/lib/kotext/KoTextFormatter.cpp b/lib/kotext/KoTextFormatter.cpp index 39817a20..60e6528f 100644 --- a/lib/kotext/KoTextFormatter.cpp +++ b/lib/kotext/KoTextFormatter.cpp @@ -39,7 +39,7 @@ // Hyphenation //#define DEBUG_HYPHENATION -/////// keep in sync with kotextformat.cc ! +/////// keep in sync with kotextformat.cpp ! //#define REF_IS_LU KoTextFormatter::KoTextFormatter() diff --git a/lib/kotext/KoTextParag.h b/lib/kotext/KoTextParag.h index 86fc4011..c89582c5 100644 --- a/lib/kotext/KoTextParag.h +++ b/lib/kotext/KoTextParag.h @@ -132,7 +132,7 @@ public: uint alignment() const; virtual void paint( TQPainter &painter, const TQColorGroup &cg, KoTextCursor *cursor, bool drawSelections, - int clipx, int clipy, int clipw, int cliph ); // kotextparag.cc + int clipx, int clipy, int clipw, int cliph ); // kotextparag.cpp int topMargin() const; diff --git a/lib/kotext/KoTextViewIface.cc b/lib/kotext/KoTextViewIface.cpp index dec0e032..dec0e032 100644 --- a/lib/kotext/KoTextViewIface.cc +++ b/lib/kotext/KoTextViewIface.cpp diff --git a/lib/kotext/Makefile.am b/lib/kotext/Makefile.am index ab221455..c186cd8c 100644 --- a/lib/kotext/Makefile.am +++ b/lib/kotext/Makefile.am @@ -15,7 +15,7 @@ libkotext_la_SOURCES = KoComplexText.cpp KoRichText.cpp \ TDEFontDialog_local.cpp kofonttabbase.ui KoFontTab.cpp kohighlightingtabbase.ui KoHighlightingTab.cpp \ kodecorationtabbase.ui KoDecorationTab.cpp kolayouttabbase.ui KoLayoutTab.cpp kolanguagetabbase.ui KoLanguageTab.cpp \ KoFontDiaPreview.cpp KoCompletionDia.cpp KoCompletionBase.ui \ - KoTextViewIface.skel KoTextViewIface.cc KoFontDia.cpp KoBgSpellCheck.cpp \ + KoTextViewIface.skel KoTextViewIface.cpp KoFontDia.cpp KoBgSpellCheck.cpp \ KoCommentDia.cpp KoSpell.cpp KoCreateStyleDia.cpp KoTextCustomItem.cpp \ KoImportStyleDia.cpp KoTextIterator.cpp KoOasisContext.cpp KoListStyleStack.cpp \ KoUserStyle.cpp KoUserStyleCollection.cpp KoParagStyle.cpp KoParagDecorationTab.ui \ diff --git a/lib/kotext/tests/kotextformattertest.cpp b/lib/kotext/tests/kotextformattertest.cpp index 74014c2d..69d5b159 100644 --- a/lib/kotext/tests/kotextformattertest.cpp +++ b/lib/kotext/tests/kotextformattertest.cpp @@ -130,7 +130,7 @@ void KoTextFormatterTest::noWidthEverTest() KoTextParag* parag = doc->firstParag(); parag->append( "abcdefghi" ); parag->format(); - // The resulting paragraph is NOT marked as formatted. See kotextformatter.cc -r1.79 + // The resulting paragraph is NOT marked as formatted. See kotextformatter.cpp -r1.79 assert( !parag->isValid() ); doc->clear(false); doc->setFlow( new KoTextFlow ); // default |