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

Typo: corect->correct

Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919
üst cc658066
...@@ -488,7 +488,7 @@ void ODbaseTable::construct() ...@@ -488,7 +488,7 @@ void ODbaseTable::construct()
OSL_ENSURE( m_pConnection->matchesExtension( aURL.getExtension() ), OSL_ENSURE( m_pConnection->matchesExtension( aURL.getExtension() ),
"ODbaseTable::ODbaseTable: invalid extension!"); "ODbaseTable::ODbaseTable: invalid extension!");
// getEntry is expected to ensure the corect file name // getEntry is expected to ensure the correct file name
m_pFileStream = createStream_simpleError( sFileName, STREAM_READWRITE | STREAM_NOCREATE | STREAM_SHARE_DENYWRITE); m_pFileStream = createStream_simpleError( sFileName, STREAM_READWRITE | STREAM_NOCREATE | STREAM_SHARE_DENYWRITE);
m_bWriteable = ( m_pFileStream != NULL ); m_bWriteable = ( m_pFileStream != NULL );
......
...@@ -407,7 +407,7 @@ namespace frm ...@@ -407,7 +407,7 @@ namespace frm
if ( pFontHeightItem ) if ( pFontHeightItem )
{ {
// corect measurement units // correct measurement units
SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit; SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit;
sal_uLong nHeight = pFontHeightItem->GetHeight(); sal_uLong nHeight = pFontHeightItem->GetHeight();
if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP ) if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP )
......
...@@ -642,7 +642,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType, ...@@ -642,7 +642,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType,
case CTRL_PUSHBUTTON: case CTRL_PUSHBUTTON:
{ {
// [ FIXME] : instead of use a value, vcl can retrieve corect values on the fly (to be implemented) // [ FIXME] : instead of use a value, vcl can retrieve correct values on the fly (to be implemented)
const int PB_Mini_Height = 15; const int PB_Mini_Height = 15;
const int PB_Norm_Height = 21; const int PB_Norm_Height = 21;
......
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