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
4cf1ebd1
Kaydet (Commit)
4cf1ebd1
authored
Kas 06, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338247 Uncaught exception
Change-Id: Ibd7b50578fea64b1091f4840b5ec685e058fafa6
üst
e1d1154d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaapplication.cxx
sc/source/ui/vba/vbaapplication.cxx
+1
-1
vbaapplication.hxx
sc/source/ui/vba/vbaapplication.hxx
+1
-1
No files found.
sc/source/ui/vba/vbaapplication.cxx
Dosyayı görüntüle @
4cf1ebd1
...
@@ -860,7 +860,7 @@ static uno::Reference< util::XPathSettings > lcl_getPathSettingsService( const u
...
@@ -860,7 +860,7 @@ static uno::Reference< util::XPathSettings > lcl_getPathSettingsService( const u
return
xPathSettings
;
return
xPathSettings
;
}
}
OUString
ScVbaApplication
::
getOfficePath
(
const
OUString
&
_sPathType
)
throw
(
uno
::
RuntimeException
)
OUString
ScVbaApplication
::
getOfficePath
(
const
OUString
&
_sPathType
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
OUString
sRetPath
;
OUString
sRetPath
;
uno
::
Reference
<
util
::
XPathSettings
>
xProps
=
lcl_getPathSettingsService
(
mxContext
);
uno
::
Reference
<
util
::
XPathSettings
>
xProps
=
lcl_getPathSettingsService
(
mxContext
);
...
...
sc/source/ui/vba/vbaapplication.hxx
Dosyayı görüntüle @
4cf1ebd1
...
@@ -37,7 +37,7 @@ private:
...
@@ -37,7 +37,7 @@ private:
// note: member variables moved to struct "ScVbaAppSettings", see cxx file, to be shared by all application instances
// note: member variables moved to struct "ScVbaAppSettings", see cxx file, to be shared by all application instances
ScVbaAppSettings
&
mrAppSettings
;
ScVbaAppSettings
&
mrAppSettings
;
OUString
getOfficePath
(
const
OUString
&
sPath
)
throw
(
css
::
uno
::
RuntimeException
);
OUString
getOfficePath
(
const
OUString
&
sPath
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
protected
:
protected
:
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDocument
()
throw
(
css
::
uno
::
RuntimeException
)
override
;
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDocument
()
throw
(
css
::
uno
::
RuntimeException
)
override
;
...
...
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