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
e9c0819e
Kaydet (Commit)
e9c0819e
authored
Eki 12, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Simplify, and check _WIN32 instead of UNX
Change-Id: I89f975faf65da56bab68b093f32dccad80d502ad
üst
4258b82f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
rtfexport.cxx
sw/source/filter/ww8/rtfexport.cxx
+3
-3
rtfexport.hxx
sw/source/filter/ww8/rtfexport.hxx
+1
-5
No files found.
sw/source/filter/ww8/rtfexport.cxx
Dosyayı görüntüle @
e9c0819e
...
@@ -69,10 +69,10 @@ using namespace ::com::sun::star;
...
@@ -69,10 +69,10 @@ using namespace ::com::sun::star;
using
sw
::
mark
::
IMark
;
using
sw
::
mark
::
IMark
;
#if defined(UNX)
#ifdef _WIN32
const
sal_Char
RtfExport
::
sNewLine
=
'\012'
;
#else
const
sal_Char
*
const
RtfExport
::
sNewLine
=
"
\015\012
"
;
const
sal_Char
*
const
RtfExport
::
sNewLine
=
"
\015\012
"
;
#else
const
sal_Char
*
const
RtfExport
::
sNewLine
=
"
\012
"
;
#endif
#endif
// the default text encoding for the export, if it doesn't fit unicode will
// the default text encoding for the export, if it doesn't fit unicode will
...
...
sw/source/filter/ww8/rtfexport.hxx
Dosyayı görüntüle @
e9c0819e
...
@@ -144,11 +144,7 @@ public:
...
@@ -144,11 +144,7 @@ public:
/// Destructor.
/// Destructor.
virtual
~
RtfExport
();
virtual
~
RtfExport
();
#if defined(UNX)
static
const
sal_Char
*
const
sNewLine
;
static
const
sal_Char
sNewLine
;
// \012 or \015
#else
static
const
sal_Char
*
const
sNewLine
;
// \015\012
#endif
rtl_TextEncoding
eDefaultEncoding
;
rtl_TextEncoding
eDefaultEncoding
;
rtl_TextEncoding
eCurrentEncoding
;
rtl_TextEncoding
eCurrentEncoding
;
...
...
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