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
e671cb79
Kaydet (Commit)
e671cb79
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706917 Uncaught exception
Change-Id: Ic33fd98771d04d120df7dfc5387d5d223800d666
üst
2712925f
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 @
e671cb79
...
@@ -870,7 +870,7 @@ static uno::Reference< util::XPathSettings > lcl_getPathSettingsService( const u
...
@@ -870,7 +870,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
,
script
::
BasicErrorException
)
{
{
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 @
e671cb79
...
@@ -38,7 +38,7 @@ private:
...
@@ -38,7 +38,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
,
css
::
script
::
BasicErrorException
);
protected
:
protected
:
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDocument
()
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDocument
()
throw
(
css
::
uno
::
RuntimeException
)
SAL_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