[Libreoffice-commits] core.git: 2 commits - chart2/source filter/source framework/inc framework/source include/svtools svx/source writerfilter/source

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 14:47:01 PST 2015


 chart2/source/tools/ReferenceSizeProvider.cxx |    2 +-
 filter/source/flash/swfwriter.hxx             |    2 +-
 framework/inc/classes/checkediterator.hxx     |    2 +-
 framework/source/dispatch/closedispatcher.cxx |    4 ++--
 include/svtools/fileview.hxx                  |    2 +-
 include/svtools/fmtfield.hxx                  |    2 +-
 svx/source/stbctrls/pszctrl.cxx               |    2 +-
 writerfilter/source/dmapper/TableManager.hxx  |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 52fa2e97dfef1a5f27aaee6af7ed80800641b86c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 23:45:50 2015 +0100

    Typos
    
    Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5

diff --git a/chart2/source/tools/ReferenceSizeProvider.cxx b/chart2/source/tools/ReferenceSizeProvider.cxx
index d612707..03b71ad 100644
--- a/chart2/source/tools/ReferenceSizeProvider.cxx
+++ b/chart2/source/tools/ReferenceSizeProvider.cxx
@@ -186,7 +186,7 @@ void ReferenceSizeProvider::getAutoResizeFromPropSet(
         }
     }
 
-    // curent state unknown => nothing changes.  Otherwise if current state
+    // current state unknown => nothing changes.  Otherwise if current state
     // differs from state so far, we have an ambiguity
     if( rInOutState == AUTO_RESIZE_UNKNOWN )
     {
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index efa2247..218459b 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -313,7 +313,7 @@ public:
         Only one sprite can be edited at one time */
     sal_uInt16 startSprite();
 
-    /** ends editing of the curent sprites and adds it to the movie stream */
+    /** ends editing of the current sprites and adds it to the movie stream */
     void endSprite();
 
     /** inserts a doaction tag with an ActionStop */
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index 009a1b8..727624e 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -231,7 +231,7 @@ class CheckedIterator
 
     private:
 
-        // These enum defines our four states for an iterator position in curent container.
+        // This enum defines our four states for an iterator position in current container.
         enum EEndState
         {
             E_UNKNOWN   ,
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 90540f2..5eb206b 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
     css::uno::Reference< css::frame::XFramesSupplier > xDesktop( css::frame::Desktop::create(xContext), css::uno::UNO_QUERY_THROW);
     FrameListAnalyzer aCheck1(xDesktop, xCloseFrame, FrameListAnalyzer::E_HELP | FrameListAnalyzer::E_BACKINGCOMPONENT);
 
-    // a) If the curent frame (where the close dispatch was requested for) does not have
+    // a) If the current frame (where the close dispatch was requested for) does not have
     //    any parent frame ... it will close this frame only. Such frame isn't part of the
     //    global desktop tree ... and such frames are used as "implementation details" only.
     //    E.g. the live previews of our wizards doing such things. And then the owner of the frame
@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
 
     // b) The help window can't disagree with any request.
     //    Because it doesn't implement a controller - it uses a window only.
-    //    Further t can't be the last open frame - if we do all other things
+    //    Further it can't be the last open frame - if we do all other things
     //    right inside this CloseDispatcher implementation.
     //    => close it!
     else if (aCheck1.m_bReferenceIsHelp)
diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx
index 7400618..efce83a 100644
--- a/include/svtools/fmtfield.hxx
+++ b/include/svtools/fmtfield.hxx
@@ -77,7 +77,7 @@ protected:
     double              m_dSpinFirst;
     double              m_dSpinLast;
 
-    // There is a difference, when text formatting is enabled, if LostFocus fotmattes the curent String and display it,
+    // There is a difference, when text formatting is enabled, if LostFocus formats the current String and displays it,
     // or if a double is created from the String and then
     bool                m_bTreatAsNumber;
     // And with the following members we can use it for formatted text output as well ...
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index ddb1f09..cde8ef5 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -221,7 +221,7 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl()
 void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
                                                const SfxPoolItem* pState )
 {
-    // Because the combi-controller, always sets the curent Id as HelpId
+    // Because the combi-controller, always sets the current Id as HelpId
     // first clean the cached HelpText
     GetStatusBar().SetHelpText( GetId(), "" );
 
diff --git a/writerfilter/source/dmapper/TableManager.hxx b/writerfilter/source/dmapper/TableManager.hxx
index 9f120ec..526c195 100644
--- a/writerfilter/source/dmapper/TableManager.hxx
+++ b/writerfilter/source/dmapper/TableManager.hxx
@@ -545,7 +545,7 @@ public:
     void endParagraphGroup();
 
     /**
-       Handle an SPRM at curent handle.
+       Handle an SPRM at current handle.
 
        @param rSprm   the SPRM
      */
commit 2c9900be30e07e585613b4b5c8709b0ef985dfa2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 23:40:57 2015 +0100

    Typo: aply->apply
    
    Change-Id: I9cc502a747e354a593a73094e83c90ded204822f

diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 283f4aa..f8fc70b 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -99,7 +99,7 @@ public:
     void                    SetSortColumn( bool bValue ) { bSortColumn = bValue; }
     bool                    GetSortColumn() { return bSortColumn; }
 
-    /** initialize the view with the content of a folder given by URL, and aply an immediate filter
+    /** initialize the view with the content of a folder given by URL, and apply an immediate filter
 
         @param rFolderURL
             the URL of the folder whose content is to be read


More information about the Libreoffice-commits mailing list