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
e7ecf663
Kaydet (Commit)
e7ecf663
authored
Nis 30, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OOXMLFastContextHandlerValue: clean up duplicated constant
Change-Id: Ia09e30958392b660f694e8eefb6605108b3c0b57
üst
e20e2715
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
OOXMLFastContextHandler.cxx
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+1
-3
No files found.
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
Dosyayı görüntüle @
e7ecf663
...
@@ -52,8 +52,6 @@ static const sal_uInt8 cFieldStart = 0x13;
...
@@ -52,8 +52,6 @@ static const sal_uInt8 cFieldStart = 0x13;
static
const
sal_uInt8
cFieldSep
=
0x14
;
static
const
sal_uInt8
cFieldSep
=
0x14
;
static
const
sal_uInt8
cFieldEnd
=
0x15
;
static
const
sal_uInt8
cFieldEnd
=
0x15
;
static
const
sal_uInt16
paragraphProperties_sprmPFBiDi
=
0x2441
;
namespace
writerfilter
{
namespace
writerfilter
{
namespace
ooxml
namespace
ooxml
{
{
...
@@ -1605,7 +1603,7 @@ void OOXMLFastContextHandlerValue::setDefaultBooleanValue()
...
@@ -1605,7 +1603,7 @@ void OOXMLFastContextHandlerValue::setDefaultBooleanValue()
// Paragraph properties are not always 'true' by default
// Paragraph properties are not always 'true' by default
// For example - RTL layout of paragraph is by default 'false' (look in this link for 'sprmPFBiDi')
// For example - RTL layout of paragraph is by default 'false' (look in this link for 'sprmPFBiDi')
// http://msdn.microsoft.com/en-us/library/dd923496%28v=office.12%29.aspx
// http://msdn.microsoft.com/en-us/library/dd923496%28v=office.12%29.aspx
if
(
getId
()
==
paragraphProperties_sprm
PFBiDi
)
if
(
getId
()
==
NS_sprm
::
LN_
PFBiDi
)
{
{
bSet
=
false
;
bSet
=
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