[Libreoffice-commits] core.git: 2 commits - chart2/source connectivity/inc svtools/source toolkit/source vcl/source xmloff/dtd

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Sun Mar 3 03:45:25 PST 2013


 chart2/source/controller/main/ChartController_Window.cxx |    2 +-
 connectivity/inc/connectivity/parameters.hxx             |    2 +-
 connectivity/inc/connectivity/paramwrapper.hxx           |    2 +-
 svtools/source/table/tablecontrol_impl.cxx               |    2 +-
 toolkit/source/controls/grid/gridcontrol.cxx             |    2 +-
 vcl/source/window/splitwin.cxx                           |    2 +-
 xmloff/dtd/drawing.mod                                   |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit fa878018dec1ce9fd3589066128d0647d3664465
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sun Mar 3 12:45:21 2013 +0100

    fdo#60724: fix resizeable -> resizable misspelling found by lintian
    
    Change-Id: I07488c02277292f96c08be6155edf0158976cc0b

diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx
index 193f80a..a104d13 100644
--- a/chart2/source/controller/main/ChartController_Window.cxx
+++ b/chart2/source/controller/main/ChartController_Window.cxx
@@ -649,7 +649,7 @@ void ChartController::execute_MouseButtonDown( const MouseEvent& rMEvt )
         return;//double click is handled further in mousebutton up
 
     SdrHdl* pHitSelectionHdl = 0;
-    //switch from move to resize if handle is hit on a resizeable object
+    //switch from move to resize if handle is hit on a resizable object
     if( m_aSelection.isResizeableObjectSelected() )
         pHitSelectionHdl = pDrawViewWrapper->PickHandle( aMPos );
     //only change selection if no selection handles are hit
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 99f05e5..7e4e5cd 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -966,7 +966,7 @@ namespace svt { namespace table
             ::sal_Int32 flexibility = pColumn->getFlexibility();
             OSL_ENSURE( flexibility >= 0, "TableControl_Impl::impl_ni_calculateColumnWidths: a column's flexibility should be non-negative." );
             if  (   ( flexibility < 0 )                                 // normalization
-                ||  ( !pColumn->isResizable() )                         // column not resizeable => no auto-resize
+                ||  ( !pColumn->isResizable() )                         // column not resizable => no auto-resize
                 ||  ( col <= i_assumeInflexibleColumnsUpToIncluding )   // column shall be treated as inflexible => respec this
                 )
                 flexibility = 0;
diff --git a/toolkit/source/controls/grid/gridcontrol.cxx b/toolkit/source/controls/grid/gridcontrol.cxx
index 22bc2d7..bf16959 100644
--- a/toolkit/source/controls/grid/gridcontrol.cxx
+++ b/toolkit/source/controls/grid/gridcontrol.cxx
@@ -80,7 +80,7 @@ UnoGridModel::UnoGridModel( const ::com::sun::star::uno::Reference< ::com::sun::
     ImplRegisterProperty( BASEPROPERTY_HELPTEXT );
     ImplRegisterProperty( BASEPROPERTY_HELPURL );
     ImplRegisterProperty( BASEPROPERTY_PRINTABLE );
-    ImplRegisterProperty( BASEPROPERTY_SIZEABLE ); // resizeable
+    ImplRegisterProperty( BASEPROPERTY_SIZEABLE ); // resizable
     ImplRegisterProperty( BASEPROPERTY_HSCROLL );
     ImplRegisterProperty( BASEPROPERTY_VSCROLL );
     ImplRegisterProperty( BASEPROPERTY_TABSTOP );
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index e3eb5c1..9805e5a 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -1193,7 +1193,7 @@ sal_uInt16 SplitWindow::ImplTestSplit( ImplSplitSet* pSet, const Point& rPos,
 sal_uInt16 SplitWindow::ImplTestSplit( SplitWindow* pWindow, const Point& rPos,
                                    long& rMouseOff, ImplSplitSet** ppFoundSet, sal_uInt16& rFoundPos )
 {
-    // Resizeable SplitWindow muss anders behandelt werden
+    // Resizable SplitWindow muss anders behandelt werden
     if ( pWindow->mnWinStyle & WB_SIZEABLE )
     {
         long    nTPos;
commit 9a6ab1568d2c5bad7d546433d1bc62829050aa37
Author: Vojta Koukal <koukal.vojta at gmail.com>
Date:   Sun Mar 3 12:37:19 2013 +0100

    fdo#60724: fix paramater -> parameter misspelling found by lintian
    
    Change-Id: I6c09767211817533494df34744a265cf28a76105

diff --git a/connectivity/inc/connectivity/parameters.hxx b/connectivity/inc/connectivity/parameters.hxx
index e81e39f..648f8df 100644
--- a/connectivity/inc/connectivity/parameters.hxx
+++ b/connectivity/inc/connectivity/parameters.hxx
@@ -64,7 +64,7 @@ namespace dbtools
                 name is a column name, so an implicit parameter had to be generated for it
             */
             eLinkedByColumnName,
-            /** parameters which are filled externally (i.e. by XParamaters::setXXX, or by the parameter listeners)
+            /** parameters which are filled externally (i.e. by XParameters::setXXX, or by the parameter listeners)
             */
             eFilledExternally
         };
diff --git a/connectivity/inc/connectivity/paramwrapper.hxx b/connectivity/inc/connectivity/paramwrapper.hxx
index e2fbfc3..f2f6354 100644
--- a/connectivity/inc/connectivity/paramwrapper.hxx
+++ b/connectivity/inc/connectivity/paramwrapper.hxx
@@ -187,7 +187,7 @@ namespace param
     };
 
     //====================================================================
-    //= ParamatersContainer
+    //= ParametersContainer
     //====================================================================
     typedef ::rtl::Reference< ParameterWrapperContainer >   ParametersContainerRef;
 
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index d80fd05..42a6013 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -789,7 +789,7 @@
 <!ATTLIST draw:plugin %draw-position;>
 <!ATTLIST draw:plugin %draw-end-position; >
 
-<!-- Paramaters -->
+<!-- Parameters -->
 <!ELEMENT draw:param EMPTY>
 <!ATTLIST draw:param draw:name CDATA #IMPLIED>
 <!ATTLIST draw:param draw:value CDATA #IMPLIED>


More information about the Libreoffice-commits mailing list