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
a2d9402d
Kaydet (Commit)
a2d9402d
authored
Şub 16, 2011
tarafından
Bálint Dózsa
Kaydeden (comit)
Thomas Arnhold
Şub 16, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove dead code
üst
83fade2f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
cr_metho.cxx
xml2cmp/source/xcd/cr_metho.cxx
+0
-2
main.cxx
xml2cmp/source/xcd/main.cxx
+0
-1
xmlelem.hxx
xml2cmp/source/xcd/xmlelem.hxx
+0
-2
No files found.
xml2cmp/source/xcd/cr_metho.cxx
Dosyayı görüntüle @
a2d9402d
...
@@ -92,8 +92,6 @@ Create_AccessMethod( const char * i_pOutputFileName,
...
@@ -92,8 +92,6 @@ Create_AccessMethod( const char * i_pOutputFileName,
break
;
break
;
case
'\r'
:
aFile
.
write
(
"
\\
r"
,
2
);
case
'\r'
:
aFile
.
write
(
"
\\
r"
,
2
);
break
;
break
;
// case '\t': aFile.write( "\\t", 2);
// break;
default:
aFile
.
write
(
pTrans
,
1
);
default:
aFile
.
write
(
pTrans
,
1
);
}
}
}
/* end for */
}
/* end for */
...
...
xml2cmp/source/xcd/main.cxx
Dosyayı görüntüle @
a2d9402d
...
@@ -233,7 +233,6 @@ StreamOut_TypeInfo( std::ostream & o_rOut,
...
@@ -233,7 +233,6 @@ StreamOut_TypeInfo( std::ostream & o_rOut,
if
(
0
==
strcmp
(
pHeapTop
->
Key
(),
pLastHeapTop
->
Key
())
)
if
(
0
==
strcmp
(
pHeapTop
->
Key
(),
pLastHeapTop
->
Key
())
)
continue
;
continue
;
delete
pLastHeapTop
;
delete
pLastHeapTop
;
// pLastHeapTop = 0;
}
}
pLastHeapTop
=
pHeapTop
;
pLastHeapTop
=
pHeapTop
;
...
...
xml2cmp/source/xcd/xmlelem.hxx
Dosyayı görüntüle @
a2d9402d
...
@@ -55,8 +55,6 @@ class XmlElement
...
@@ -55,8 +55,6 @@ class XmlElement
virtual
void
Insert2Index
(
virtual
void
Insert2Index
(
Index
&
o_rIndex
)
const
;
// Default: Does nothing, but can be overwritten.
Index
&
o_rIndex
)
const
;
// Default: Does nothing, but can be overwritten.
// virtual void Put2Dependy() = 0;
const
Simstr
&
Name
()
const
{
return
sName
;
}
const
Simstr
&
Name
()
const
{
return
sName
;
}
protected
:
protected
:
...
...
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