Author: mseidel
Date: Tue Nov  6 17:40:06 2018
New Revision: 1845943

URL: http://svn.apache.org/viewvc?rev=1845943&view=rev
Log:
Fixed typo (curently -> currently)

Modified:
    openoffice/trunk/main/chart2/source/model/main/ChartModel.hxx
    openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx
    openoffice/trunk/main/forms/source/component/Edit.cxx
    openoffice/trunk/main/svtools/source/brwbox/datwin.hxx
    openoffice/trunk/main/vcl/source/window/brdwin.cxx

Modified: openoffice/trunk/main/chart2/source/model/main/ChartModel.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/chart2/source/model/main/ChartModel.hxx?rev=1845943&r1=1845942&r2=1845943&view=diff
==============================================================================
--- openoffice/trunk/main/chart2/source/model/main/ChartModel.hxx (original)
+++ openoffice/trunk/main/chart2/source/model/main/ChartModel.hxx Tue Nov  6 
17:40:06 2018
@@ -605,7 +605,7 @@ public:
         throw (::com::sun::star::lang::NoSupportException,
                ::com::sun::star::uno::RuntimeException);
 
-    // ____ 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);
 };

Modified: openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx?rev=1845943&r1=1845942&r2=1845943&view=diff
==============================================================================
--- openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx (original)
+++ openoffice/trunk/main/editeng/source/misc/hangulhanja.cxx Tue Nov  6 
17:40:06 2018
@@ -512,7 +512,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;
                }

Modified: openoffice/trunk/main/forms/source/component/Edit.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/forms/source/component/Edit.cxx?rev=1845943&r1=1845942&r2=1845943&view=diff
==============================================================================
--- openoffice/trunk/main/forms/source/component/Edit.cxx (original)
+++ openoffice/trunk/main/forms/source/component/Edit.cxx Tue Nov  6 17:40:06 
2018
@@ -660,7 +660,7 @@ void OEditModel::onDisconnectedDbColumn(
 
//------------------------------------------------------------------------------
 sal_Bool OEditModel::approveDbColumnType( sal_Int32 _nColumnType )
 {
-    // if we act as rich text curently, we do not allow binding to a database 
column
+    // if we act as rich text currently, we do not allow binding to a database 
column
     if ( implActsAsRichText() )
         return sal_False;
 

Modified: openoffice/trunk/main/svtools/source/brwbox/datwin.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svtools/source/brwbox/datwin.hxx?rev=1845943&r1=1845942&r2=1845943&view=diff
==============================================================================
--- openoffice/trunk/main/svtools/source/brwbox/datwin.hxx (original)
+++ openoffice/trunk/main/svtools/source/brwbox/datwin.hxx Tue Nov  6 17:40:06 
2018
@@ -143,7 +143,7 @@ public:
        FASTBOOL                bInUpdateScrollbars;    // Rekursionsschutz
        FASTBOOL                bHadRecursion;                  // Rekursion 
war aufgetreten
        FASTBOOL                bOwnDataChangedHdl;             // dont change 
colors in DataChanged
-       FASTBOOL                bCallingDropCallback;   // we're in a callback 
to AcceptDrop or ExecuteDrop curently
+       FASTBOOL                bCallingDropCallback;   // we're in a callback 
to AcceptDrop or ExecuteDrop currently
        sal_uInt16                      nUpdateLock;    // lock count, dont 
call Control::Update()!
        short                   nCursorHidden;  // new conuter for 
DoHide/ShowCursor
 

Modified: openoffice/trunk/main/vcl/source/window/brdwin.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/window/brdwin.cxx?rev=1845943&r1=1845942&r2=1845943&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/source/window/brdwin.cxx (original)
+++ openoffice/trunk/main/vcl/source/window/brdwin.cxx Tue Nov  6 17:40:06 2018
@@ -1324,7 +1324,7 @@ void ImplSmallBorderWindowView::DrawWind
             nState |= CTRL_STATE_FOCUSED;
         else if( mbNWFBorder )
         {
-            // FIXME: this is curently only on aqua, see if other platforms 
can profit
+            // FIXME: this is currently only on aqua, see if other platforms 
can profit
 
             // FIXME: for aqua focus rings all controls need to support 
GetNativeControlRegion
             // for the dropdown style


Reply via email to