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
352b180f
Kaydet (Commit)
352b180f
authored
Eyl 11, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove inadvertently committed fprintf
üst
d4b387c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xmlxtimp.cxx
svx/source/xml/xmlxtimp.cxx
+2
-2
No files found.
svx/source/xml/xmlxtimp.cxx
Dosyayı görüntüle @
352b180f
...
@@ -464,8 +464,8 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath,
...
@@ -464,8 +464,8 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath,
// thrown each time you load a document with property tables that are not
// thrown each time you load a document with property tables that are not
// on the current machine. FIXME: would be better to check a file exists
// on the current machine. FIXME: would be better to check a file exists
// before importing ...
// before importing ...
fprintf
(
stderr
,
"parsing etc. exception '%s'
\n
"
,
//
fprintf (stderr, "parsing etc. exception '%s'\n",
rtl
::
OUStringToOString
(
e
.
Message
,
RTL_TEXTENCODING_UTF8
).
getStr
());
//
rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr());
bRet
=
false
;
bRet
=
false
;
}
}
...
...
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