[Libreoffice-commits] core.git: include/toolkit sc/source svx/source

Julien Nabet serval2412 at yahoo.fr
Wed Sep 17 11:16:27 PDT 2014


 include/toolkit/controls/geometrycontrolmodel.hxx |    2 +-
 sc/source/core/data/dpoutput.cxx                  |    2 +-
 svx/source/form/fmobj.cxx                         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 40825c4369696b4f491d093d4f0218278ab5f140
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Sep 17 20:15:27 2014 +0200

    Typo: excatly->exactly
    
    Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644

diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx
index 903441d..3ed7791 100644
--- a/include/toolkit/controls/geometrycontrolmodel.hxx
+++ b/include/toolkit/controls/geometrycontrolmodel.hxx
@@ -96,7 +96,7 @@ namespace com { namespace sun { namespace star {
 
         /**
             @param _rxAggregateInstance
-                is the object to be aggregated. Must be acquired excatly once (by the reference object given).<br/>
+                is the object to be aggregated. Must be acquired exactly once (by the reference object given).<br/>
                 Will be reset to NULL upon leaving
         */
         OGeometryControlModel_Base(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance);
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index eaa8fea..a110a74 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -1130,7 +1130,7 @@ void ScDPOutput::Output()
 
     if (nColCount == 1 && nRowCount > 0 && nColFieldCount == 0)
     {
-        // the table contains excatly one data field and no column fields.
+        // the table contains exactly one data field and no column fields.
         // Display data description at top right corner.
         ScSetStringParam aParam;
         aParam.setTextInput();
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index 8b5a49e..9d92835 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -355,7 +355,7 @@ void FmFormObj::clonedFrom(const FmFormObj* _pSource)
 
     ensureModelEnv(xSourceContainer, m_xEnvironmentHistory);
     m_aEventsHistory = aEvts;
-        // if we we're clone there was a call to operator=, so aEvts are excatly the events we need here ...
+        // if we we're clone there was a call to operator=, so aEvts are exactly the events we need here ...
 }
 
 


More information about the Libreoffice-commits mailing list