Kaydet (Commit) 98444584 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: curently->currently

Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
üst b4b9b94e
...@@ -589,7 +589,7 @@ public: ...@@ -589,7 +589,7 @@ public:
throw (::com::sun::star::lang::NoSupportException, throw (::com::sun::star::lang::NoSupportException,
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; ::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() 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; throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
......
...@@ -456,7 +456,7 @@ namespace editeng ...@@ -456,7 +456,7 @@ namespace editeng
m_eCurrentConversionDirection = eDialogDirection; 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_bTryBothDirectionsSave = m_bTryBothDirections;
m_pAntiImpl->m_ePrimaryConversionDirectionSave = m_eCurrentConversionDirection; m_pAntiImpl->m_ePrimaryConversionDirectionSave = m_eCurrentConversionDirection;
} }
......
...@@ -128,7 +128,7 @@ public: ...@@ -128,7 +128,7 @@ public:
bool bInUpdateScrollbars; // prevents recursions bool bInUpdateScrollbars; // prevents recursions
bool bHadRecursion; // a recursion occurred bool bHadRecursion; // a recursion occurred
bool bOwnDataChangedHdl; // dont change colors in DataChanged 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()! sal_uInt16 nUpdateLock; // lock count, dont call Control::Update()!
short nCursorHidden; // new counter for DoHide/ShowCursor short nCursorHidden; // new counter for DoHide/ShowCursor
......
...@@ -287,7 +287,7 @@ void SwFormatClipboard::Copy( SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bP ...@@ -287,7 +287,7 @@ void SwFormatClipboard::Copy( SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bP
if( nSelectionType == nsSelectionType::SEL_TXT ) if( nSelectionType == nsSelectionType::SEL_TXT )
{ {
// get the current PaM, the cursor // 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 // on the last (sort by there creation time) selection
SwPaM* pCrsr = rWrtShell.GetCrsr(); SwPaM* pCrsr = rWrtShell.GetCrsr();
......
...@@ -1267,7 +1267,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* ...@@ -1267,7 +1267,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice*
nState |= ControlState::FOCUSED; nState |= ControlState::FOCUSED;
else if( mbNWFBorder ) 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 // FIXME: for OS X focus rings all controls need to support GetNativeControlRegion
// for the dropdown style // for the dropdown style
......
...@@ -155,7 +155,7 @@ WindowAlign DockingAreaWindow::GetAlign() const ...@@ -155,7 +155,7 @@ WindowAlign DockingAreaWindow::GetAlign() const
void DockingAreaWindow::Paint( const Rectangle& ) 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 ) ) if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) )
{ {
ToolbarValue aControlValue; ToolbarValue aControlValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment