Kaydet (Commit) 8103c436 authored tarafından Matthias Seidel's avatar Matthias Seidel

Fixed typo (curently -> currently)

üst 4981c619
......@@ -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);
};
......
......@@ -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;
}
......
......@@ -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;
......
......@@ -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
......
......@@ -1324,7 +1324,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice*
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
......
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