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
6ded5aec
Kaydet (Commit)
6ded5aec
authored
Ara 26, 2013
tarafından
Zolnai Tamás
Kaydeden (comit)
Zolnai Tamás
Ara 27, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Transex3: sHelpId is assigned but never used
Change-Id: I01bc171f5ad399644185e5e6d0398e89d9305ee7
üst
da989b52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
export.hxx
l10ntools/inc/export.hxx
+0
-1
export.cxx
l10ntools/source/export.cxx
+0
-4
No files found.
l10ntools/inc/export.hxx
Dosyayı görüntüle @
6ded5aec
...
...
@@ -115,7 +115,6 @@ public:
OString
sResTyp
;
OString
sId
;
OString
sGId
;
OString
sHelpId
;
OString
sFilename
;
OStringHashMap
sText
;
...
...
l10ntools/source/export.cxx
Dosyayı görüntüle @
6ded5aec
...
...
@@ -507,10 +507,6 @@ int Export::Execute( int nToken, const char * pToken )
replaceAll
(
" "
,
OString
()));
pResData
->
SetId
(
sId
,
ID_LEVEL_IDENTIFIER
);
}
else
if
(
sKey
==
"HELPID"
)
{
pResData
->
sHelpId
=
sValue
;
}
else
if
(
sKey
==
"STRINGLIST"
)
{
pResData
->
bList
=
sal_True
;
...
...
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