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
f493f4b9
Kaydet (Commit)
f493f4b9
authored
Agu 03, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I10206d2a9673296e1c3c7e813e4696d80cbb2bfc
üst
5fcef02e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
export.hxx
l10ntools/inc/export.hxx
+1
-2
xrmmerge.hxx
l10ntools/inc/xrmmerge.hxx
+0
-1
export.cxx
l10ntools/source/export.cxx
+2
-4
No files found.
l10ntools/inc/export.hxx
Dosyayı görüntüle @
f493f4b9
...
...
@@ -139,7 +139,6 @@ private:
bool
bError
;
// any errors while export?
bool
bReadOver
;
OString
sFilename
;
OString
sLanguages
;
std
::
vector
<
OString
>
aLanguages
;
...
...
@@ -172,7 +171,7 @@ private:
public
:
Export
(
const
OString
&
rOutput
);
Export
(
const
OString
&
rMergeSource
,
const
OString
&
rOutput
,
const
OString
&
rLanguage
,
bool
bUTF8BOM
);
Export
(
const
OString
&
rMergeSource
,
const
OString
&
rOutput
,
bool
bUTF8BOM
);
~
Export
();
void
Init
();
...
...
l10ntools/inc/xrmmerge.hxx
Dosyayı görüntüle @
f493f4b9
...
...
@@ -30,7 +30,6 @@ class XRMResParser
{
private
:
OString
sGID
;
OString
sLID
;
bool
bError
;
bool
bText
;
...
...
l10ntools/source/export.cxx
Dosyayı görüntüle @
f493f4b9
...
...
@@ -94,7 +94,7 @@ FILE * init(int argc, char ** argv)
if
(
aArgs
.
m_bMergeMode
)
{
global
::
exporter
.
reset
(
new
Export
(
aArgs
.
m_sMergeSrc
,
aArgs
.
m_sOutputFile
,
aArgs
.
m_
sLanguage
,
aArgs
.
m_
bUTF8BOM
));
aArgs
.
m_bUTF8BOM
));
}
else
{
global
::
exporter
.
reset
(
new
Export
(
aArgs
.
m_sOutputFile
));
}
...
...
@@ -203,7 +203,6 @@ Export::Export(const OString &rOutput)
bError
(
false
),
bReadOver
(
false
),
sFilename
(
global
::
inputPathname
),
sLanguages
(
OString
()
),
pParseQueue
(
new
ParserQueue
(
*
this
)
)
{
aOutput
.
mPo
=
new
PoOfstream
(
rOutput
,
PoOfstream
::
APP
);
...
...
@@ -216,7 +215,7 @@ Export::Export(const OString &rOutput)
Export
::
Export
(
const
OString
&
rMergeSource
,
const
OString
&
rOutput
,
const
OString
&
rLanguage
,
bool
bUTF8BOM
)
bool
bUTF8BOM
)
:
bDefine
(
false
),
bNextMustBeDefineEOL
(
false
),
...
...
@@ -229,7 +228,6 @@ Export::Export(
bError
(
false
),
bReadOver
(
false
),
sFilename
(
global
::
inputPathname
),
sLanguages
(
rLanguage
),
pParseQueue
(
new
ParserQueue
(
*
this
)
)
{
aOutput
.
mSimple
=
new
std
::
ofstream
();
...
...
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