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
b19db6b2
Kaydet (Commit)
b19db6b2
authored
Haz 29, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: apend->append
Change-Id: I062c95ca8d478ba6c241723dda25c1dc4d7bb852
üst
43048493
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
climaker_emit.cxx
cli_ure/source/climaker/climaker_emit.cxx
+1
-1
cli_data.cxx
cli_ure/source/uno_bridge/cli_data.cxx
+1
-1
sdbcx.java
odk/examples/DevelopersGuide/Database/sdbcx.java
+1
-1
No files found.
cli_ure/source/climaker/climaker_emit.cxx
Dosyayı görüntüle @
b19db6b2
...
...
@@ -194,7 +194,7 @@ System::String^ mapUnoTypeName(System::String ^ typeName)
buf
->
Append
(
const_cast
<
System
::
String
^>
(
Constants
::
sUnoidl
));
buf
->
Append
(
mapUnoPolymorphicName
(
sUnoName
));
}
// apend []
// ap
p
end []
for
(;
dims
--
;)
buf
->
Append
(
const_cast
<
System
::
String
^>
(
Constants
::
sBrackets
));
...
...
cli_ure/source/uno_bridge/cli_data.cxx
Dosyayı görüntüle @
b19db6b2
...
...
@@ -515,7 +515,7 @@ System::String^ mapUnoTypeName(rtl_uString const * typeName)
System
::
String
^
sName
=
mapUnoPolymorphicName
(
sUnoName
);
buf
->
Append
(
sName
);
}
// apend []
// ap
p
end []
for
(;
dims
--
;)
buf
->
Append
(
const_cast
<
System
::
String
^>
(
Constants
::
sBrackets
));
...
...
odk/examples/DevelopersGuide/Database/sdbcx.java
Dosyayı görüntüle @
b19db6b2
...
...
@@ -387,7 +387,7 @@ public class sdbcx
xKeyCol
.
setPropertyValue
(
"Name"
,
"SNR"
);
// append the key column
xKeyColAppend
.
appendByDescriptor
(
xKeyCol
);
// apend the key
// ap
p
end the key
xKeyAppend
.
appendByDescriptor
(
xKey
);
// the last step is to append the new table to the tables collection
XAppend
xTableAppend
=
UnoRuntime
.
queryInterface
(
XAppend
.
class
,
xTabFac
);
...
...
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