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
461092ae
Kaydet (Commit)
461092ae
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706943 Uncaught exception
Change-Id: I0a63e63318f1fa51878dff5dee8154aa34992f7e
üst
e8f8daa6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbachart.cxx
sc/source/ui/vba/vbachart.cxx
+1
-1
vbachart.hxx
sc/source/ui/vba/vbachart.hxx
+1
-1
No files found.
sc/source/ui/vba/vbachart.cxx
Dosyayı görüntüle @
461092ae
...
...
@@ -1020,7 +1020,7 @@ ScVbaChart::assignDiagramAttributes()
uno
::
Reference
<
beans
::
XPropertySet
>
ScVbaChart
::
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
script
::
BasicErrorException
)
ScVbaChart
::
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
script
::
BasicErrorException
,
uno
::
RuntimeException
)
{
assignDiagramAttributes
();
uno
::
Reference
<
beans
::
XPropertySet
>
xAxisProps
;
...
...
sc/source/ui/vba/vbachart.hxx
Dosyayı görüntüle @
461092ae
...
...
@@ -68,7 +68,7 @@ public:
// Non-interface
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
xDiagramPropertySet
()
const
{
return
mxDiagramPropertySet
;
}
bool
is3D
()
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
css
::
script
::
BasicErrorException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
getAxisPropertySet
(
sal_Int32
_nAxisType
,
sal_Int32
_nAxisGroup
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
);
// Methods
virtual
OUString
SAL_CALL
getName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
SeriesCollection
(
const
css
::
uno
::
Any
&
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
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