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
a0864219
Kaydet (Commit)
a0864219
authored
Tem 11, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused Merge ByteString
üst
c2b29549
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
localize.cxx
l10ntools/source/localize.cxx
+0
-19
No files found.
l10ntools/source/localize.cxx
Dosyayı görüntüle @
a0864219
...
@@ -221,7 +221,6 @@ public:
...
@@ -221,7 +221,6 @@ public:
{
sLanguageRestriction
=
rRestrictions
;
}
{
sLanguageRestriction
=
rRestrictions
;
}
int
getFileCnt
();
int
getFileCnt
();
sal_Bool
Extract
(
const
ByteString
&
rDestinationFile
);
sal_Bool
Extract
(
const
ByteString
&
rDestinationFile
);
sal_Bool
Merge
(
const
ByteString
&
rSourceFile
,
const
ByteString
&
rOutput
);
int
GetFileCnt
();
int
GetFileCnt
();
virtual
void
OnExecuteDirectory
(
const
rtl
::
OUString
&
rDirectory
);
virtual
void
OnExecuteDirectory
(
const
rtl
::
OUString
&
rDirectory
);
};
};
...
@@ -796,24 +795,6 @@ sal_Bool SourceTreeLocalizer::ExecuteMerge( )
...
@@ -796,24 +795,6 @@ sal_Bool SourceTreeLocalizer::ExecuteMerge( )
}
}
/*****************************************************************************/
sal_Bool
SourceTreeLocalizer
::
Merge
(
const
ByteString
&
rSourceFile
,
const
ByteString
&
rOutput
)
/*****************************************************************************/
{
sOutputFile
=
rOutput
;
nMode
=
LOCALIZE_MERGE
;
aSDF
.
Open
(
String
(
rSourceFile
,
RTL_TEXTENCODING_ASCII_US
),
STREAM_STD_READ
);
sal_Bool
bReturn
=
aSDF
.
IsOpen
();
if
(
bReturn
)
{
bReturn
=
ExecuteMerge
();
}
aSDF
.
Close
();
nMode
=
LOCALIZE_NONE
;
return
bReturn
;
}
}
}
using
namespace
transex3
;
using
namespace
transex3
;
...
...
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