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
a8a38888
Kaydet (Commit)
a8a38888
authored
Şub 18, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unodevtools: remove dead code
üst
19ad1f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
javacompskeleton.cxx
unodevtools/source/skeletonmaker/javacompskeleton.cxx
+0
-22
No files found.
unodevtools/source/skeletonmaker/javacompskeleton.cxx
Dosyayı görüntüle @
a8a38888
...
@@ -78,15 +78,6 @@ void generateImports(std::ostream & o, ProgramOptions const & options,
...
@@ -78,15 +78,6 @@ void generateImports(std::ostream & o, ProgramOptions const & options,
o
<<
"import com.sun.star.lib.uno.helper.PropertySetMixin;
\n
"
;
o
<<
"import com.sun.star.lib.uno.helper.PropertySetMixin;
\n
"
;
}
}
}
}
// boost::unordered_set< OString, OStringHash >::const_iterator iter =
// interfaces.begin();
// while (iter != interfaces.end())
// {
// o << "import " << ((*iter).getStr()) << ";\n";
// iter++;
// }
}
}
void
generateCompFunctions
(
std
::
ostream
&
o
,
const
OString
&
classname
)
void
generateCompFunctions
(
std
::
ostream
&
o
,
const
OString
&
classname
)
...
@@ -885,19 +876,6 @@ void generateSkeleton(ProgramOptions const & options,
...
@@ -885,19 +876,6 @@ void generateSkeleton(ProgramOptions const & options,
interfaces
,
services
,
properties
);
interfaces
,
services
,
properties
);
checkType
(
manager
,
"com.sun.star.frame.XDispatch"
,
checkType
(
manager
,
"com.sun.star.frame.XDispatch"
,
interfaces
,
services
,
properties
);
interfaces
,
services
,
properties
);
// ProtocolCmdMap::const_iterator iter2 = options.protocolCmdMap.begin();
// while (iter2 != options.protocolCmdMap.end()) {
// fprintf(stdout, "prt=%s\n", (*iter2).first.getStr());
// for (std::vector< OString >::const_iterator i = (*iter2).second.begin();
// i != (*iter2).second.end(); ++i) {
// fprintf(stdout, "cmd=%s\n", (*i).getStr());
// }
// iter2++;
// }
// return;
}
}
if
(
options
.
componenttype
==
2
)
{
if
(
options
.
componenttype
==
2
)
{
...
...
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