[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kword
From:       Christian Mueller <cmueller () gmx ! de>
Date:       2006-09-25 12:34:00
Message-ID: 1159187640.563204.24621.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 588248 by cmueller:

Fixed common spelling errors (most of them reported by the EBN checks)


 M  +1 -1      KWDocument.h  
 M  +1 -1      KWFrame.h  
 M  +1 -1      KWFrameSet.h  
 M  +1 -1      KWFrameViewManager.cpp  
 M  +1 -1      KWPartFrameSet.cpp  
 M  +2 -2      KWTextFrameSet.cpp  
 M  +1 -1      KWView.cpp  
 M  +1 -1      part/KWDocument.h  
 M  +1 -1      part/KWord.h  
 M  +1 -1      part/dialog/KWFrameDialog.h  
 M  +1 -1      part/frame/KWFrameLayout.cpp  
 M  +1 -1      part/frame/KWFrameLayout.h  


--- trunk/koffice/kword/KWDocument.h #588247:588248
@@ -738,7 +738,7 @@
     QStringList listOfBookmarkName(KWViewMode * viewMode) const;
 
     void paragraphDeleted( KoTextParag *parag, KWFrameSet *frm);
-    void paragraphModified(KoTextParag* parag, int /*KoTextParag::ParagModifyType*/ \
type, int start, int lenght); +    void paragraphModified(KoTextParag* parag, int \
/*KoTextParag::ParagModifyType*/ type, int start, int length);  
     void initBookmarkList();
     void loadImagesFromStore( KoStore *store );
--- trunk/koffice/kword/KWFrame.h #588247:588248
@@ -303,7 +303,7 @@
 
     /** List of frames we have below and on top of us.
      * Frames on top we should never overwrite.  Frames below us needd for selection \
                code &
-     * transparancy */
+     * transparency */
     KWFrameList *m_frameStack;
     KWFrameSet *m_frameSet;
 
--- trunk/koffice/kword/KWFrameSet.h #588247:588248
@@ -148,7 +148,7 @@
     /**
      * Returns the original frame that the param frame is a copy off, or the frame \
                itself.
      * For changing a frame that is a copy of another (as found in \
                KWFrame::isCopy()) you
-     * need a so called settings frame, or original frame.  This method can savely \
be called +     * need a so called settings frame, or original frame.  This method \
                can safely be called
      * on any frame to make sure you are dealing with the original frame.
      * @param frame the frame to find the settings frame for.
      * @return the frame itself if its not a copy, or the original frame if it is \
                one.
--- trunk/koffice/kword/KWFrameViewManager.cpp #588247:588248
@@ -213,7 +213,7 @@
 void KWFrameViewManager::recalculateFrameCache() {
     // TODO :) design and implement a cache...
     // list of frames sorted on y-coord, with an additional list containing a \
                jump-index
-    kDebug(31001) << "recalculateFrameCache " << m_frames.count() << " frames are \
currently registred" << endl; +    kDebug(31001) << "recalculateFrameCache " << \
m_frames.count() << " frames are currently registered" << endl;  }
 
 KWFrameView *KWFrameViewManager::view(const KoPoint &point, SelectionType selected, \
                bool borderOnly) const {
--- trunk/koffice/kword/KWPartFrameSet.cpp #588247:588248
@@ -264,7 +264,7 @@
     Q_UNUSED(emptyRegion);
     Q_UNUSED(viewMode);
 
-    // empty implementation since embedded parts can be transparant.
+    // empty implementation since embedded parts can be transparent.
 }
 
 #if 0
--- trunk/koffice/kword/KWTextFrameSet.cpp #588247:588248
@@ -190,9 +190,9 @@
              SLOT( slotParagraphModified(KoTextParag*, int, int, int) ));
 }
 
-void KWTextFrameSet::slotParagraphModified(KoTextParag* _parag, int \
/*KoTextParag::ParagModifyType*/ _type, int start, int lenght) +void \
KWTextFrameSet::slotParagraphModified(KoTextParag* _parag, int \
/*KoTextParag::ParagModifyType*/ _type, int start, int length)  {
-    kWordDocument()->paragraphModified(_parag, _type, start, lenght);
+    kWordDocument()->paragraphModified(_parag, _type, start, length);
 }
 
 void KWTextFrameSet::slotParagraphCreated(KoTextParag* /*_parag*/)
--- trunk/koffice/kword/KWView.cpp #588247:588248
@@ -6870,7 +6870,7 @@
                                                     //kDebug()<<k_funcinfo<<" Inline \
frameset: "<<name<<" added"<<endl;  }
                                                 else if ( grpMgr == iName )
-                                                {   // Table so we need to create \
table framset if it is new +                                                {   // \
                Table so we need to create table frameset if it is new
                                                     if ( grpMgr != tableName )
                                                     {
                                                         tableName = grpMgr;
--- trunk/koffice/kword/part/KWDocument.h #588247:588248
@@ -220,7 +220,7 @@
     void frameSetRemoved(KWFrameSet*);
 
 private slots:
-    /// Frame maintainance on already registed framesets
+    /// Frame maintenance on already registered framesets
     void addFrame( KWFrame *frame );
     void removeFrame( KWFrame *frame );
     void requestMoreSpace(KWTextFrameSet *fs);
--- trunk/koffice/kword/part/KWord.h #588247:588248
@@ -100,7 +100,7 @@
     /// Specifies the horizontal position of the line that separates main text and \
foot note  enum FootNoteSeparatorLinePos {
         FootNoteSeparatorLeft, ///< Left of page
-        FootNoteSeparatorCenter, ///< Centred on page
+        FootNoteSeparatorCenter, ///< Centered on page
         FootNoteSeparatorRight  ///< Right of page
     };
 };
--- trunk/koffice/kword/part/dialog/KWFrameDialog.h #588247:588248
@@ -65,7 +65,7 @@
     FrameConfigSharedState *m_state;
 };
 
-/// A simple class usefull for finding out if a series of data object will cause a
+/// A simple class useful for finding out if a series of data object will cause a
 /// normal or a tri-state checkbox. For example.
 class GuiHelper {
 public:
--- trunk/koffice/kword/part/frame/KWFrameLayout.cpp #588247:588248
@@ -260,7 +260,7 @@
         }
     }
 
-    // spread space accross items.
+    // spread space across items.
     double heightLeft = page->height();
     for(int i=0; i < 11; i++)
         heightLeft -= qMax(minimumHeight[i], requestedHeight[i]);
--- trunk/koffice/kword/part/frame/KWFrameLayout.h #588247:588248
@@ -49,7 +49,7 @@
     /**
      * Create a new frameLayout instance
      * @param pageManager the manager of pages
-     * @param frameSets all the framesets registred in the document.
+     * @param frameSets all the framesets registered in the document.
      * @param pageSettings the settings used for auto-layout of frames.
      */
     KWFrameLayout(const KWPageManager *pageManager, const QList<KWFrameSet*> \
&frameSets, const KWPageSettings *pageSettings);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic