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
633cbb49
Kaydet (Commit)
633cbb49
authored
Mar 29, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix last commit
üst
8aa60b51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rtfexport.cxx
sw/source/filter/ww8/rtfexport.cxx
+1
-1
rtfexport.hxx
sw/source/filter/ww8/rtfexport.hxx
+1
-1
No files found.
sw/source/filter/ww8/rtfexport.cxx
Dosyayı görüntüle @
633cbb49
...
...
@@ -79,7 +79,7 @@ using rtl::OUStringBuffer;
using
sw
::
mark
::
IMark
;
#if defined(UNX
22
)
#if defined(UNX)
const
sal_Char
RtfExport
::
sNewLine
=
'\012'
;
#else
const
sal_Char
*
const
RtfExport
::
sNewLine
=
"
\015\012
"
;
...
...
sw/source/filter/ww8/rtfexport.hxx
Dosyayı görüntüle @
633cbb49
...
...
@@ -155,7 +155,7 @@ public:
/// Destructor.
virtual
~
RtfExport
();
#if defined(UNX
22
)
#if defined(UNX)
static
const
sal_Char
sNewLine
;
// \012 or \015
#else
static
const
sal_Char
*
const
sNewLine
;
// \015\012
...
...
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