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
144a8586
Kaydet (Commit)
144a8586
authored
Kas 24, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
this method actually can throw, related fdo#57451
Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41
üst
41956321
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xmlfilterbase.hxx
oox/inc/oox/core/xmlfilterbase.hxx
+1
-1
xmlfilterbase.cxx
oox/source/core/xmlfilterbase.cxx
+1
-1
No files found.
oox/inc/oox/core/xmlfilterbase.hxx
Dosyayı görüntüle @
144a8586
...
...
@@ -226,7 +226,7 @@ public:
sal_Int32
getNamespaceId
(
const
::
rtl
::
OUString
&
rUrl
);
void
importDocumentProperties
()
throw
()
;
void
importDocumentProperties
();
protected
:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
...
...
oox/source/core/xmlfilterbase.cxx
Dosyayı görüntüle @
144a8586
...
...
@@ -206,7 +206,7 @@ XmlFilterBase::~XmlFilterBase()
// ----------------------------------------------------------------------------
void
XmlFilterBase
::
importDocumentProperties
()
throw
()
void
XmlFilterBase
::
importDocumentProperties
()
{
Reference
<
XMultiServiceFactory
>
xFactory
(
getServiceFactory
(),
UNO_QUERY
);
MediaDescriptor
aMediaDesc
(
getMediaDescriptor
()
);
...
...
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