summaryrefslogtreecommitdiffstats
path: root/filters/kword/msword
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kword/msword')
-rw-r--r--filters/kword/msword/document.cpp4
-rw-r--r--filters/kword/msword/texthandler.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/filters/kword/msword/document.cpp b/filters/kword/msword/document.cpp
index 043c1bc24..2e20b999d 100644
--- a/filters/kword/msword/document.cpp
+++ b/filters/kword/msword/document.cpp
@@ -498,9 +498,9 @@ KoStoreDevice* Document::createPictureFrameSet( const KoSize& size )
// The position doesn't matter as long as the picture is inline
// FIXME for non-inline pics ####
- // To determine the size, look at OOo's filter (WW8PicDesc in ww8graf2.cxx, version 1.50, line 406)
+ // To determine the size, look at OOo's filter (WW8PicDesc in ww8graf2.cpp, version 1.50, line 406)
// Hint: #i17200#, a bit of guesswork I'm afraid
- // if (aPic.dxaGoal == 1000 && aPic.mx == 1) //100% hack ? (from ww8graf2.cxx)
+ // if (aPic.dxaGoal == 1000 && aPic.mx == 1) //100% hack ? (from ww8graf2.cpp)
createInitialFrame( framesetElement, 0, size.width(), 0, size.height(), false, NoFollowup );
TQDomElement pictureElem = m_mainDocument.createElement("PICTURE");
diff --git a/filters/kword/msword/texthandler.cpp b/filters/kword/msword/texthandler.cpp
index 775f8bce8..d25408693 100644
--- a/filters/kword/msword/texthandler.cpp
+++ b/filters/kword/msword/texthandler.cpp
@@ -659,7 +659,7 @@ void KWordTextHandler::writeLayout( TQDomElement& parentElement, const wvWare::P
// which kword doesn't support. We map it to 0 with a clever '%4' :)
tabElement.setAttribute( "type", td.tbd.jc % 4 );
int filling = 0;
- double width = 0.5; // default kword value, see koparaglayout.cc
+ double width = 0.5; // default kword value, see koparaglayout.cpp
switch ( td.tbd.tlc ) {
case 1: // dots
case 2: // hyphenated