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
d097d869
Kaydet (Commit)
d097d869
authored
Kas 06, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338265 Uncaught exception
Change-Id: I5fd48ccaa9dc5c0477cb1d7da307c8403d92e3f7
üst
7165e133
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PlotterBase.hxx
chart2/source/view/inc/PlotterBase.hxx
+1
-1
PlotterBase.cxx
chart2/source/view/main/PlotterBase.cxx
+1
-1
No files found.
chart2/source/view/inc/PlotterBase.hxx
Dosyayı görüntüle @
d097d869
...
@@ -56,7 +56,7 @@ public:
...
@@ -56,7 +56,7 @@ public:
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
xFactory
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
xFactory
,
const
OUString
&
rCID
,
const
OUString
&
rCID
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
setScales
(
const
::
std
::
vector
<
ExplicitScaleData
>&
rScales
,
bool
bSwapXAndYAxis
);
virtual
void
setScales
(
const
::
std
::
vector
<
ExplicitScaleData
>&
rScales
,
bool
bSwapXAndYAxis
);
...
...
chart2/source/view/main/PlotterBase.cxx
Dosyayı görüntüle @
d097d869
...
@@ -44,7 +44,7 @@ void PlotterBase::initPlotter( const uno::Reference< drawing::XShapes >& xLogic
...
@@ -44,7 +44,7 @@ void PlotterBase::initPlotter( const uno::Reference< drawing::XShapes >& xLogic
,
const
uno
::
Reference
<
drawing
::
XShapes
>&
xFinalTarget
,
const
uno
::
Reference
<
drawing
::
XShapes
>&
xFinalTarget
,
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>&
xShapeFactory
,
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>&
xShapeFactory
,
const
OUString
&
rCID
)
,
const
OUString
&
rCID
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
OSL_PRECOND
(
xLogicTarget
.
is
()
&&
xFinalTarget
.
is
()
&&
xShapeFactory
.
is
(),
"no proper initialization parameters"
);
OSL_PRECOND
(
xLogicTarget
.
is
()
&&
xFinalTarget
.
is
()
&&
xShapeFactory
.
is
(),
"no proper initialization parameters"
);
//is only allowed to be called once
//is only allowed to be called once
...
...
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