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
6c0a94a9
Kaydet (Commit)
6c0a94a9
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308546 Uncaught exception
Change-Id: Ia5b1c50ecff3fde4b698012304cd75fa1a7b4ce6
üst
b3fdb90d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pricing.cxx
scaddins/source/pricing/pricing.cxx
+1
-1
pricing.hxx
scaddins/source/pricing/pricing.hxx
+1
-1
No files found.
scaddins/source/pricing/pricing.cxx
Dosyayı görüntüle @
6c0a94a9
...
...
@@ -266,7 +266,7 @@ void ScaPricingAddIn::InitData()
}
}
OUString
ScaPricingAddIn
::
GetDisplFuncStr
(
sal_uInt16
nResId
)
throw
(
uno
::
RuntimeException
)
OUString
ScaPricingAddIn
::
GetDisplFuncStr
(
sal_uInt16
nResId
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
return
ScaResStringLoader
(
RID_PRICING_FUNCTION_NAMES
,
nResId
,
GetResMgr
()
).
GetString
();
}
...
...
scaddins/source/pricing/pricing.hxx
Dosyayı görüntüle @
6c0a94a9
...
...
@@ -322,7 +322,7 @@ private:
ResMgr
&
GetResMgr
()
throw
(
css
::
uno
::
RuntimeException
);
void
InitData
();
OUString
GetDisplFuncStr
(
sal_uInt16
nResId
)
throw
(
css
::
uno
::
RuntimeException
);
OUString
GetDisplFuncStr
(
sal_uInt16
nResId
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
OUString
GetFuncDescrStr
(
sal_uInt16
nResId
,
sal_uInt16
nStrIndex
)
throw
(
css
::
uno
::
RuntimeException
);
public
:
...
...
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