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
01f3d849
Kaydet (Commit)
01f3d849
authored
Mar 02, 2018
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Blind build fix for Android
Change-Id: Ic1ad524d533d3e27d59dacc3f1233de3e4e3e0dc
üst
ccc977ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
resmgr.cxx
unotools/source/i18n/resmgr.cxx
+2
-2
No files found.
unotools/source/i18n/resmgr.cxx
Dosyayı görüntüle @
01f3d849
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include <string.h>
#include <string.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#if defined UNX && !defined MACOSX && !defined IOS
#if defined UNX && !defined MACOSX && !defined IOS
&& !defined ANDROID
# include <libintl.h>
# include <libintl.h>
#endif
#endif
...
@@ -119,7 +119,7 @@ namespace Translate
...
@@ -119,7 +119,7 @@ namespace Translate
osl
::
File
::
getSystemPathFromFileURL
(
uri
,
path
);
osl
::
File
::
getSystemPathFromFileURL
(
uri
,
path
);
OString
sPath
(
OUStringToOString
(
path
,
osl_getThreadTextEncoding
()));
OString
sPath
(
OUStringToOString
(
path
,
osl_getThreadTextEncoding
()));
gen
.
add_messages_path
(
sPath
.
getStr
());
gen
.
add_messages_path
(
sPath
.
getStr
());
#if defined UNX && !defined MACOSX && !defined IOS
#if defined UNX && !defined MACOSX && !defined IOS
&& !defined ANDROID
bindtextdomain
(
pPrefixName
,
sPath
.
getStr
());
bindtextdomain
(
pPrefixName
,
sPath
.
getStr
());
#endif
#endif
gen
.
add_messages_domain
(
pPrefixName
);
gen
.
add_messages_domain
(
pPrefixName
);
...
...
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