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
eb1c4f8f
Kaydet (Commit)
eb1c4f8f
authored
Mar 19, 2012
tarafından
Luke Petrolekas
Kaydeden (comit)
Stephan Bergmann
Mar 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove commented out code.
üst
a4abe212
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
rdbmaker.cxx
rdbmaker/source/rdbmaker/rdbmaker.cxx
+1
-5
rdboptions.cxx
rdbmaker/source/rdbmaker/rdboptions.cxx
+0
-2
No files found.
rdbmaker/source/rdbmaker/rdbmaker.cxx
Dosyayı görüntüle @
eb1c4f8f
...
@@ -456,11 +456,7 @@ int __cdecl main( int argc, char * argv[] )
...
@@ -456,11 +456,7 @@ int __cdecl main( int argc, char * argv[] )
ret
=
produceType
(
typeName
.
replace
(
'.'
,
'/'
),
typeMgr
,
typeDependencies
,
ret
=
produceType
(
typeName
.
replace
(
'.'
,
'/'
),
typeMgr
,
typeDependencies
,
&
options
,
listFile
,
rootKey
,
filterTypes
);
&
options
,
listFile
,
rootKey
,
filterTypes
);
}
}
/*
// produce only this type
ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies,
&options, listFile, rootKey, filterTypes);
*/
if
(
!
ret
)
if
(
!
ret
)
{
{
fprintf
(
stderr
,
"%s ERROR: %s
\n
"
,
fprintf
(
stderr
,
"%s ERROR: %s
\n
"
,
...
...
rdbmaker/source/rdbmaker/rdboptions.cxx
Dosyayı görüntüle @
eb1c4f8f
...
@@ -350,8 +350,6 @@ OString RdbOptions::prepareHelp()
...
@@ -350,8 +350,6 @@ OString RdbOptions::prepareHelp()
help
+=
" -L = specifies that only a text file is generated with the
\n
"
;
help
+=
" -L = specifies that only a text file is generated with the
\n
"
;
help
+=
" names of the specified types and their dependencies.
\n
"
;
help
+=
" names of the specified types and their dependencies.
\n
"
;
help
+=
" Default is that a registry file will be created
\n
"
;
help
+=
" Default is that a registry file will be created
\n
"
;
// help += " -X<xmlfile> = xmlfile specifies the name of an xml description where\n";
// help += " all types are specified which will be generated.\n";
help
+=
" -T<name> = name specifies a type or a list of types. The output for
\n
"
;
help
+=
" -T<name> = name specifies a type or a list of types. The output for
\n
"
;
help
+=
" [t1;...] this type is generated.
\n
"
;
help
+=
" [t1;...] this type is generated.
\n
"
;
help
+=
" Example: 'com.sun.star.uno.XInterface' is a valid type.
\n
"
;
help
+=
" Example: 'com.sun.star.uno.XInterface' is a valid type.
\n
"
;
...
...
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