[Libreoffice-commits] core.git: 2 commits - chart2/inc editeng/source reportdesign/source svtools/source sw/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Tue Feb 24 14:50:22 PST 2015


 chart2/inc/ChartModel.hxx                       |    2 +-
 editeng/source/misc/hangulhanja.cxx             |    2 +-
 reportdesign/source/ui/inc/ReportController.hxx |    2 +-
 svtools/source/brwbox/datwin.hxx                |    2 +-
 sw/source/uibase/uiview/formatclipboard.cxx     |    2 +-
 vcl/source/window/brdwin.cxx                    |    2 +-
 vcl/source/window/dockingarea.cxx               |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 984445841073f5bf99f0b7f87d1f8f33f07de5e5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Feb 24 23:49:49 2015 +0100

    Typo: curently->currently
    
    Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422

diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 5b08111..1fe210f 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -589,7 +589,7 @@ public:
         throw (::com::sun::star::lang::NoSupportException,
                ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 
-    // ____ XDataSource ____ allows access to the curently used data and data ranges
+    // ____ XDataSource ____ allows access to the currently used data and data ranges
     virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence > > SAL_CALL getDataSequences()
         throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index acdb6dd..f96974a 100644
--- a/editeng/source/misc/hangulhanja.cxx
+++ b/editeng/source/misc/hangulhanja.cxx
@@ -456,7 +456,7 @@ namespace editeng
                 m_eCurrentConversionDirection = eDialogDirection;
             }
 
-            // save curently used value for possible later use
+            // save currently used value for possible later use
             m_pAntiImpl->m_bTryBothDirectionsSave = m_bTryBothDirections;
             m_pAntiImpl->m_ePrimaryConversionDirectionSave = m_eCurrentConversionDirection;
         }
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx
index 92dc9d0..ef9cca2 100644
--- a/svtools/source/brwbox/datwin.hxx
+++ b/svtools/source/brwbox/datwin.hxx
@@ -128,7 +128,7 @@ public:
     bool            bInUpdateScrollbars;  // prevents recursions
     bool            bHadRecursion;        // a recursion occurred
     bool            bOwnDataChangedHdl;   // dont change colors in DataChanged
-    bool            bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop curently
+    bool            bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop currently
     sal_uInt16          nUpdateLock;    // lock count, dont call Control::Update()!
     short           nCursorHidden;  // new counter for DoHide/ShowCursor
 
diff --git a/sw/source/uibase/uiview/formatclipboard.cxx b/sw/source/uibase/uiview/formatclipboard.cxx
index 60aba41..801e757 100644
--- a/sw/source/uibase/uiview/formatclipboard.cxx
+++ b/sw/source/uibase/uiview/formatclipboard.cxx
@@ -287,7 +287,7 @@ void SwFormatClipboard::Copy( SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bP
     if( nSelectionType == nsSelectionType::SEL_TXT )
     {
         // get the current PaM, the cursor
-        // if there several selection it curently point
+        // if there several selection it currently point
         // on the last (sort by there creation time) selection
         SwPaM* pCrsr = rWrtShell.GetCrsr();
 
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index 85dce0f..106d77d 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -1267,7 +1267,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice*
             nState |= ControlState::FOCUSED;
         else if( mbNWFBorder )
         {
-            // FIXME: this is curently only on OS X, see if other platforms can profit
+            // FIXME: this is currently only on OS X, see if other platforms can profit
 
             // FIXME: for OS X focus rings all controls need to support GetNativeControlRegion
             // for the dropdown style
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx
index 0348709..623ea96 100644
--- a/vcl/source/window/dockingarea.cxx
+++ b/vcl/source/window/dockingarea.cxx
@@ -155,7 +155,7 @@ WindowAlign DockingAreaWindow::GetAlign() const
 
 void DockingAreaWindow::Paint( const Rectangle& )
 {
-    EnableNativeWidget( true ); // only required because the toolkit curently switches this flag off
+    EnableNativeWidget( true ); // only required because the toolkit currently switches this flag off
     if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) )
     {
         ToolbarValue        aControlValue;
commit b4b9b94efd6cdc824b5f02a977ec9921fb7cacbd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Feb 24 23:48:01 2015 +0100

    Typo: feture->feature
    
    Change-Id: Ie1c92ff5f65b019d3f1306917cd924036eea7909

diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index cd347f2..acb4c00 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -299,7 +299,7 @@ namespace rptui
         */
         void createDefaultControl(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _aArgs);
 
-        /** fills the state for the feture request.
+        /** fills the state for the feature request.
             @param  _sProperty  the property which should be filled in the value
             @param  _rState     the state to fill
         */


More information about the Libreoffice-commits mailing list