Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
786b3169
Kaydet (Commit)
786b3169
authored
Nis 03, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: corect->correct
Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919
üst
cc658066
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DTable.cxx
connectivity/source/drivers/dbase/DTable.cxx
+1
-1
rtattributehandler.cxx
forms/source/richtext/rtattributehandler.cxx
+1
-1
salnativewidgets.cxx
vcl/osx/salnativewidgets.cxx
+1
-1
No files found.
connectivity/source/drivers/dbase/DTable.cxx
Dosyayı görüntüle @
786b3169
...
...
@@ -488,7 +488,7 @@ void ODbaseTable::construct()
OSL_ENSURE
(
m_pConnection
->
matchesExtension
(
aURL
.
getExtension
()
),
"ODbaseTable::ODbaseTable: invalid extension!"
);
// getEntry is expected to ensure the corect file name
// getEntry is expected to ensure the cor
r
ect file name
m_pFileStream
=
createStream_simpleError
(
sFileName
,
STREAM_READWRITE
|
STREAM_NOCREATE
|
STREAM_SHARE_DENYWRITE
);
m_bWriteable
=
(
m_pFileStream
!=
NULL
);
...
...
forms/source/richtext/rtattributehandler.cxx
Dosyayı görüntüle @
786b3169
...
...
@@ -407,7 +407,7 @@ namespace frm
if
(
pFontHeightItem
)
{
// corect measurement units
// cor
r
ect measurement units
SfxMapUnit
eItemMapUnit
=
pFontHeightItem
->
GetPropUnit
();
(
void
)
eItemMapUnit
;
sal_uLong
nHeight
=
pFontHeightItem
->
GetHeight
();
if
(
_rNewAttribs
.
GetPool
()
->
GetMetric
(
getWhich
()
)
!=
SFX_MAPUNIT_TWIP
)
...
...
vcl/osx/salnativewidgets.cxx
Dosyayı görüntüle @
786b3169
...
...
@@ -642,7 +642,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType,
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 cor
r
ect values on the fly (to be implemented)
const
int
PB_Mini_Height
=
15
;
const
int
PB_Norm_Height
=
21
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment