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
ff1c479d
Kaydet (Commit)
ff1c479d
authored
Nis 10, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify exception
Change-Id: I98e9ee171bf2b207696be7db90ff3e3ce83b06ed
üst
4b7f140a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+1
-5
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
ff1c479d
...
@@ -1057,11 +1057,7 @@ uno::Any SwXCell::getPropertyValue(const OUString& rPropertyName)
...
@@ -1057,11 +1057,7 @@ uno::Any SwXCell::getPropertyValue(const OUString& rPropertyName)
return
uno
::
Any
();
return
uno
::
Any
();
auto
pEntry
(
m_pPropSet
->
getPropertyMap
().
getByName
(
rPropertyName
));
auto
pEntry
(
m_pPropSet
->
getPropertyMap
().
getByName
(
rPropertyName
));
if
(
!
pEntry
)
if
(
!
pEntry
)
{
throw
beans
::
UnknownPropertyException
(
rPropertyName
,
static_cast
<
cppu
::
OWeakObject
*>
(
this
));
beans
::
UnknownPropertyException
aEx
;
aEx
.
Message
=
rPropertyName
;
throw
(
aEx
);
}
switch
(
pEntry
->
nWID
)
switch
(
pEntry
->
nWID
)
{
{
case
FN_UNO_CELL_ROW_SPAN
:
case
FN_UNO_CELL_ROW_SPAN
:
...
...
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