summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
commit984445841073f5bf99f0b7f87d1f8f33f07de5e5 (patch)
tree990a93a75e617899159e87a3d438628d42a3e60a
parentb4b9b94efd6cdc824b5f02a977ec9921fb7cacbd (diff)
Typo: curently->currently
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
-rw-r--r--chart2/inc/ChartModel.hxx2
-rw-r--r--editeng/source/misc/hangulhanja.cxx2
-rw-r--r--svtools/source/brwbox/datwin.hxx2
-rw-r--r--sw/source/uibase/uiview/formatclipboard.cxx2
-rw-r--r--vcl/source/window/brdwin.cxx2
-rw-r--r--vcl/source/window/dockingarea.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 5b08111097b9..1fe210fc2a43 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 acdb6dd26898..f96974a5b124 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 92dc9d013dfc..ef9cca2a51f8 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 60aba4106f9d..801e757030a9 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 85dce0ffeb5b..106d77d19221 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 0348709d34f4..623ea9635b37 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;