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
4c157262
Kaydet (Commit)
4c157262
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308516 Uncaught exception
Change-Id: If5dcf42448f87888e9f6bab2209bc1f9dd1d525c
üst
4d58a80f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xmlnamespaces.hxx
framework/inc/xml/xmlnamespaces.hxx
+1
-1
xmlnamespaces.cxx
framework/source/fwe/xml/xmlnamespaces.cxx
+1
-1
No files found.
framework/inc/xml/xmlnamespaces.hxx
Dosyayı görüntüle @
4c157262
...
@@ -39,7 +39,7 @@ class FWE_DLLPUBLIC XMLNamespaces
...
@@ -39,7 +39,7 @@ class FWE_DLLPUBLIC XMLNamespaces
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
);
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
);
OUString
applyNSToAttributeName
(
const
OUString
&
)
const
OUString
applyNSToAttributeName
(
const
OUString
&
)
const
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
);
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
std
::
exception
);
OUString
applyNSToElementName
(
const
OUString
&
)
const
OUString
applyNSToElementName
(
const
OUString
&
)
const
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
);
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
);
...
...
framework/source/fwe/xml/xmlnamespaces.cxx
Dosyayı görüntüle @
4c157262
...
@@ -93,7 +93,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue
...
@@ -93,7 +93,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue
}
}
}
}
OUString
XMLNamespaces
::
applyNSToAttributeName
(
const
OUString
&
aName
)
const
throw
(
SAXException
)
OUString
XMLNamespaces
::
applyNSToAttributeName
(
const
OUString
&
aName
)
const
throw
(
SAXException
,
std
::
exception
)
{
{
// xml draft: there is no default namespace for attributes!
// xml draft: there is no default namespace for attributes!
...
...
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