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
30695293
Kaydet (Commit)
30695293
authored
Ock 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158401 Uncaught exception
Change-Id: I5066b2dbf935157869fdec5ae588df649e63b6ba
üst
70abaf45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
unoctabl.cxx
svx/source/unodraw/unoctabl.cxx
+2
-7
No files found.
svx/source/unodraw/unoctabl.cxx
Dosyayı görüntüle @
30695293
...
@@ -36,8 +36,7 @@ private:
...
@@ -36,8 +36,7 @@ private:
XColorListRef
pList
;
XColorListRef
pList
;
public
:
public
:
SvxUnoColorTable
()
throw
();
SvxUnoColorTable
();
virtual
~
SvxUnoColorTable
()
throw
();
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
uno
::
RuntimeException
);
...
@@ -63,15 +62,11 @@ public:
...
@@ -63,15 +62,11 @@ public:
virtual
sal_Bool
SAL_CALL
hasElements
()
throw
(
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
hasElements
()
throw
(
uno
::
RuntimeException
);
};
};
SvxUnoColorTable
::
SvxUnoColorTable
()
throw
()
SvxUnoColorTable
::
SvxUnoColorTable
()
{
{
pList
=
XPropertyList
::
CreatePropertyList
(
XCOLOR_LIST
,
SvtPathOptions
().
GetPalettePath
(),
""
)
->
AsColorList
();
pList
=
XPropertyList
::
CreatePropertyList
(
XCOLOR_LIST
,
SvtPathOptions
().
GetPalettePath
(),
""
)
->
AsColorList
();
}
}
SvxUnoColorTable
::~
SvxUnoColorTable
()
throw
()
{
}
sal_Bool
SAL_CALL
SvxUnoColorTable
::
supportsService
(
const
OUString
&
ServiceName
)
throw
(
uno
::
RuntimeException
)
sal_Bool
SAL_CALL
SvxUnoColorTable
::
supportsService
(
const
OUString
&
ServiceName
)
throw
(
uno
::
RuntimeException
)
{
{
return
cppu
::
supportsService
(
this
,
ServiceName
);
return
cppu
::
supportsService
(
this
,
ServiceName
);
...
...
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