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
2105f5b4
Kaydet (Commit)
2105f5b4
authored
Nis 06, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Elide const var
Change-Id: Idbbfd0f3e8fc96550c99a0750ff466629d6007bf
üst
6720da5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrtww8.cxx
sw/source/filter/ww8/wrtww8.cxx
+2
-2
No files found.
sw/source/filter/ww8/wrtww8.cxx
Dosyayı görüntüle @
2105f5b4
...
@@ -3375,7 +3375,6 @@ void WW8Export::ExportDocument_Impl()
...
@@ -3375,7 +3375,6 @@ void WW8Export::ExportDocument_Impl()
void
WW8Export
::
PrepareStorage
()
void
WW8Export
::
PrepareStorage
()
{
{
static
const
char
pName
[]
=
"Microsoft Word-Document"
;
static
const
sal_uInt8
pData
[]
=
static
const
sal_uInt8
pData
[]
=
{
{
0x01
,
0x00
,
0xFE
,
0xFF
,
0x03
,
0x0A
,
0x00
,
0x00
,
0x01
,
0x00
,
0xFE
,
0xFF
,
0x03
,
0x0A
,
0x00
,
0x00
,
...
@@ -3401,7 +3400,8 @@ void WW8Export::PrepareStorage()
...
@@ -3401,7 +3400,8 @@ void WW8Export::PrepareStorage()
};
};
SvGlobalName
aGName
(
MSO_WW8_CLASSID
);
SvGlobalName
aGName
(
MSO_WW8_CLASSID
);
GetWriter
().
GetStorage
().
SetClass
(
aGName
,
SotClipboardFormatId
::
NONE
,
pName
);
GetWriter
().
GetStorage
().
SetClass
(
aGName
,
SotClipboardFormatId
::
NONE
,
"Microsoft Word-Document"
);
tools
::
SvRef
<
SotStorageStream
>
xStor
(
GetWriter
().
GetStorage
().
OpenSotStream
(
sCompObj
)
);
tools
::
SvRef
<
SotStorageStream
>
xStor
(
GetWriter
().
GetStorage
().
OpenSotStream
(
sCompObj
)
);
xStor
->
Write
(
pData
,
sizeof
(
pData
)
);
xStor
->
Write
(
pData
,
sizeof
(
pData
)
);
...
...
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