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
6521acda
Kaydet (Commit)
6521acda
authored
Kas 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove copy patsa
Change-Id: I753786b6d3e92f0ebd609cc4430887fd7e2c2f81
üst
e5e37302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
unostyle.cxx
sw/source/core/unocore/unostyle.cxx
+1
-7
No files found.
sw/source/core/unocore/unostyle.cxx
Dosyayı görüntüle @
6521acda
...
...
@@ -581,13 +581,7 @@ uno::Any XStyleFamily::getByIndex(sal_Int32 nIndex)
if
(
sStyleName
.
isEmpty
())
throw
lang
::
IndexOutOfBoundsException
();
SfxStyleSheetBase
*
pBase
=
m_pBasePool
->
Find
(
sStyleName
,
m_rEntry
.
m_eFamily
);
if
(
!
pBase
)
throw
uno
::
RuntimeException
();
uno
::
Reference
<
style
::
XStyle
>
xStyle
=
_FindStyle
(
sStyleName
);
if
(
!
xStyle
.
is
())
xStyle
=
m_rEntry
.
m_fCreateStyle
(
m_pBasePool
,
m_pDocShell
,
m_rEntry
.
m_eFamily
==
SFX_STYLE_FAMILY_FRAME
?
pBase
->
GetName
()
:
sStyleName
);
return
uno
::
makeAny
(
xStyle
);
return
getByName
(
sStyleName
);
}
uno
::
Any
XStyleFamily
::
getByName
(
const
OUString
&
rName
)
...
...
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