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
b103aeb9
Kaydet (Commit)
b103aeb9
authored
Tem 05, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: fix sc_subsequent_filters_test
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
üst
eecb5ac9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
xmlstyli.cxx
sc/source/filter/xml/xmlstyli.cxx
+2
-1
xmlstyli.hxx
sc/source/filter/xml/xmlstyli.hxx
+2
-1
No files found.
sc/source/filter/xml/xmlstyli.cxx
Dosyayı görüntüle @
b103aeb9
...
...
@@ -987,7 +987,8 @@ SvXMLImportContext *ScMasterPageContext::CreateHeaderFooterContext(
const
::
rtl
::
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
,
const
sal_Bool
bFooter
,
const
sal_Bool
bLeft
)
const
sal_Bool
bLeft
,
const
sal_Bool
/*bFirst*/
)
{
if
(
!
bLeft
)
{
...
...
sc/source/filter/xml/xmlstyli.hxx
Dosyayı görüntüle @
b103aeb9
...
...
@@ -296,7 +296,8 @@ public:
const
::
rtl
::
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
,
const
sal_Bool
bFooter
,
const
sal_Bool
bLeft
);
const
sal_Bool
bLeft
,
const
sal_Bool
bFirst
);
virtual
void
Finish
(
sal_Bool
bOverwrite
);
};
...
...
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