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
f264ff6a
Kaydet (Commit)
f264ff6a
authored
Tem 30, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
put ReadThroughComponent to anon. namespace to avoid redefinition
Change-Id: Idcc97e067b0f389a5d9e01013ab2fc20d2dd4ccd
üst
7f36e996
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
sdxmlwrp.cxx
sd/source/filter/xml/sdxmlwrp.cxx
+5
-0
swxml.cxx
sw/source/filter/xml/swxml.cxx
+5
-0
No files found.
sd/source/filter/xml/sdxmlwrp.cxx
Dosyayı görüntüle @
f264ff6a
...
...
@@ -174,6 +174,9 @@ SdXMLFilter::~SdXMLFilter(void)
{
}
namespace
{
sal_Int32
ReadThroughComponent
(
Reference
<
io
::
XInputStream
>
xInputStream
,
Reference
<
XComponent
>
xModelComponent
,
...
...
@@ -410,6 +413,8 @@ sal_Int32 ReadThroughComponent(
return
SD_XML_READERROR
;
}
}
bool
SdXMLFilter
::
Import
(
ErrCode
&
nError
)
{
sal_uInt32
nRet
=
0
;
...
...
sw/source/filter/xml/swxml.cxx
Dosyayı görüntüle @
f264ff6a
...
...
@@ -119,6 +119,9 @@ int XMLReader::GetReaderType()
return
SW_STORAGE_READER
;
}
namespace
{
/// read a component (file + filter version)
sal_Int32
ReadThroughComponent
(
uno
::
Reference
<
io
::
XInputStream
>
xInputStream
,
...
...
@@ -365,6 +368,8 @@ sal_Int32 ReadThroughComponent(
return
ERR_SWG_READ_ERROR
;
}
}
// #i44177#
static
void
lcl_AdjustOutlineStylesForOOo
(
SwDoc
&
_rDoc
)
{
...
...
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