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
3e9a13f1
Kaydet (Commit)
3e9a13f1
authored
Haz 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308570 Uncaught exception
Change-Id: I9009a96e09943b5339c6ef6995d9a28c3e4b596c
üst
fab69b02
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 @
3e9a13f1
...
@@ -41,7 +41,7 @@ class FWE_DLLPUBLIC XMLNamespaces
...
@@ -41,7 +41,7 @@ class FWE_DLLPUBLIC XMLNamespaces
OUString
applyNSToAttributeName
(
const
OUString
&
)
const
OUString
applyNSToAttributeName
(
const
OUString
&
)
const
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
std
::
exception
);
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
,
std
::
exception
);
private
:
private
:
typedef
::
std
::
map
<
OUString
,
OUString
>
NamespaceMap
;
typedef
::
std
::
map
<
OUString
,
OUString
>
NamespaceMap
;
...
...
framework/source/fwe/xml/xmlnamespaces.cxx
Dosyayı görüntüle @
3e9a13f1
...
@@ -118,7 +118,7 @@ OUString XMLNamespaces::applyNSToAttributeName( const OUString& aName ) const th
...
@@ -118,7 +118,7 @@ OUString XMLNamespaces::applyNSToAttributeName( const OUString& aName ) const th
return
aName
;
return
aName
;
}
}
OUString
XMLNamespaces
::
applyNSToElementName
(
const
OUString
&
aName
)
const
throw
(
SAXException
)
OUString
XMLNamespaces
::
applyNSToElementName
(
const
OUString
&
aName
)
const
throw
(
SAXException
,
std
::
exception
)
{
{
// xml draft: element names can have a default namespace
// xml draft: element names can have a default namespace
...
...
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