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
1778ad25
Kaydet (Commit)
1778ad25
authored
Eki 19, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: loplugin:defaultparams
Change-Id: I65f4cc10c4a3dc5ffc21b64d76dc32f1613a0062
üst
d91e3479
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unotext.cxx
editeng/source/uno/unotext.cxx
+2
-2
No files found.
editeng/source/uno/unotext.cxx
Dosyayı görüntüle @
1778ad25
...
...
@@ -701,7 +701,7 @@ bool SvxUnoTextRangeBase::GetPropertyValueHelper( SfxItemSet& rSet, const SfxIt
if
(
eState
!=
SfxItemState
::
SET
&&
eState
!=
SfxItemState
::
DEFAULT
)
throw
uno
::
RuntimeException
();
const
SvxNumBulletItem
*
pBulletItem
=
static_cast
<
const
SvxNumBulletItem
*>
(
rSet
.
GetItem
(
EE_PARA_NUMBULLET
,
true
));
const
SvxNumBulletItem
*
pBulletItem
=
static_cast
<
const
SvxNumBulletItem
*>
(
rSet
.
GetItem
(
EE_PARA_NUMBULLET
));
if
(
pBulletItem
==
NULL
)
throw
uno
::
RuntimeException
();
...
...
@@ -742,7 +742,7 @@ bool SvxUnoTextRangeBase::GetPropertyValueHelper( SfxItemSet& rSet, const SfxIt
SfxItemState
eState
=
rSet
.
GetItemState
(
EE_PARA_BULLETSTATE
,
true
);
if
(
eState
==
SfxItemState
::
SET
||
eState
==
SfxItemState
::
DEFAULT
)
{
const
SfxBoolItem
*
pItem
=
static_cast
<
const
SfxBoolItem
*>
(
rSet
.
GetItem
(
EE_PARA_BULLETSTATE
,
true
));
const
SfxBoolItem
*
pItem
=
static_cast
<
const
SfxBoolItem
*>
(
rSet
.
GetItem
(
EE_PARA_BULLETSTATE
));
bState
=
pItem
->
GetValue
();
}
...
...
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