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
6618a6d7
Kaydet (Commit)
6618a6d7
authored
Mar 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:constantfunction: xmlsecurity
Change-Id: Iabe2b4677b75cbd4b10a55fc4b2f13ba29645cd4
üst
b2d2d72a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
15 deletions
+1
-15
saxhelper.cxx
xmlsecurity/source/xmlsec/saxhelper.cxx
+0
-10
saxhelper.hxx
xmlsecurity/source/xmlsec/saxhelper.hxx
+0
-3
xmldocumentwrapper_xmlsecimpl.cxx
xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+1
-2
No files found.
xmlsecurity/source/xmlsec/saxhelper.cxx
Dosyayı görüntüle @
6618a6d7
...
...
@@ -373,14 +373,4 @@ void SAXHelper::processingInstruction(
}
}
/**
* XDocumentHandler -- set document locator
* In this case, locator is useless.
*/
void
SAXHelper
::
setDocumentLocator
(
const
cssu
::
Reference
<
cssxs
::
XLocator
>
&
)
throw
(
cssxs
::
SAXException
,
cssu
::
RuntimeException
)
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmlsecurity/source/xmlsec/saxhelper.hxx
Dosyayı görüntüle @
6618a6d7
...
...
@@ -71,9 +71,6 @@ class SAXHelper
const
OUString
&
aData
)
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
void
setDocumentLocator
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XLocator
>
&
xLocator
)
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
;
}
;
#endif
...
...
xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
Dosyayı görüntüle @
6618a6d7
...
...
@@ -1002,10 +1002,9 @@ void SAL_CALL XMLDocumentWrapper_XmlSecImpl::processingInstruction( const OUStri
saxHelper
.
processingInstruction
(
aTarget
,
aData
);
}
void
SAL_CALL
XMLDocumentWrapper_XmlSecImpl
::
setDocumentLocator
(
const
cssu
::
Reference
<
cssxs
::
XLocator
>&
xLocator
)
void
SAL_CALL
XMLDocumentWrapper_XmlSecImpl
::
setDocumentLocator
(
const
cssu
::
Reference
<
cssxs
::
XLocator
>&
)
throw
(
cssxs
::
SAXException
,
cssu
::
RuntimeException
,
std
::
exception
)
{
saxHelper
.
setDocumentLocator
(
xLocator
);
}
/* XCompressedDocumentHandler */
...
...
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