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
ee67ff6e
Kaydet (Commit)
ee67ff6e
authored
Nis 11, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: recusive -> recursive
üst
722f9e01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
APreparedStatement.cxx
connectivity/source/drivers/ado/APreparedStatement.cxx
+1
-1
acccontext.cxx
sw/source/core/access/acccontext.cxx
+1
-1
No files found.
connectivity/source/drivers/ado/APreparedStatement.cxx
Dosyayı görüntüle @
ee67ff6e
...
@@ -63,7 +63,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
...
@@ -63,7 +63,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
OSQLParseNode
*
pNode
=
aParser
.
parseTree
(
sErrorMessage
,
sql
);
OSQLParseNode
*
pNode
=
aParser
.
parseTree
(
sErrorMessage
,
sql
);
if
(
pNode
)
if
(
pNode
)
{
// special handling for parameters
{
// special handling for parameters
// we recusive replace all occurrences of ? in the statement and
// we recu
r
sive replace all occurrences of ? in the statement and
// replace them with name like "parame" */
// replace them with name like "parame" */
sal_Int32
nParameterCount
=
0
;
sal_Int32
nParameterCount
=
0
;
OUString
sDefaultName
(
"parame"
);
OUString
sDefaultName
(
"parame"
);
...
...
sw/source/core/access/acccontext.cxx
Dosyayı görüntüle @
ee67ff6e
...
@@ -337,7 +337,7 @@ void SwAccessibleContext::ScrolledOut( const SwRect& rOldVisArea )
...
@@ -337,7 +337,7 @@ void SwAccessibleContext::ScrolledOut( const SwRect& rOldVisArea )
// First of all, update the children. That's required to dispose
// First of all, update the children. That's required to dispose
// all children that are existing only if they are visible. They
// all children that are existing only if they are visible. They
// are not disposed by the recusive Dispose call that follows later on,
// are not disposed by the recu
r
sive Dispose call that follows later on,
// because this call will only dispose children that are in the
// because this call will only dispose children that are in the
// new vis area. The children we want to dispode however are in the
// new vis area. The children we want to dispode however are in the
// old vis area all.
// old vis area all.
...
...
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