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
3f0d4458
Kaydet (Commit)
3f0d4458
authored
Kas 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify
Change-Id: If065b30b93c603032f47a3e470f4faadf92a4d09
üst
800528df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
unostyle.cxx
sw/source/core/unocore/unostyle.cxx
+2
-4
No files found.
sw/source/core/unocore/unostyle.cxx
Dosyayı görüntüle @
3f0d4458
...
...
@@ -728,10 +728,8 @@ void SwXStyleFamily::removeByName(const OUString& rName) throw( container::NoSuc
m_pBasePool
->
Remove
(
pBase
);
}
uno
::
Reference
<
beans
::
XPropertySetInfo
>
SAL_CALL
SwXStyleFamily
::
getPropertySetInfo
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
return
uno
::
Reference
<
beans
::
XPropertySetInfo
>
();
}
uno
::
Reference
<
beans
::
XPropertySetInfo
>
SAL_CALL
SwXStyleFamily
::
getPropertySetInfo
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
return
{};
}
void
SAL_CALL
SwXStyleFamily
::
setPropertyValue
(
const
OUString
&
,
const
uno
::
Any
&
)
throw
(
beans
::
UnknownPropertyException
,
beans
::
PropertyVetoException
,
lang
::
IllegalArgumentException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
SAL_WARN
(
"sw.uno"
,
"###unexpected!"
);
}
...
...
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