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
3ca42d8d
Kaydet (Commit)
3ca42d8d
authored
Kas 27, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reduce boilerplate
Change-Id: I726d824d6b6c42e7e395a99a6b3b6019d91e764d
üst
c50e1c44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
unostyle.cxx
sw/source/core/unocore/unostyle.cxx
+2
-7
No files found.
sw/source/core/unocore/unostyle.cxx
Dosyayı görüntüle @
3ca42d8d
...
@@ -148,9 +148,7 @@ public:
...
@@ -148,9 +148,7 @@ public:
};
};
OUString SwXStyleFamilies::getImplementationName() throw( uno::RuntimeException, std::exception )
OUString SwXStyleFamilies::getImplementationName() throw( uno::RuntimeException, std::exception )
{
{ return {"SwXStyleFamilies"}; }
return
OUString
(
"SwXStyleFamilies"
);
}
sal_Bool SwXStyleFamilies::supportsService(const OUString& rServiceName) throw( uno::RuntimeException, std::exception )
sal_Bool SwXStyleFamilies::supportsService(const OUString& rServiceName) throw( uno::RuntimeException, std::exception )
{
{
...
@@ -158,10 +156,7 @@ sal_Bool SwXStyleFamilies::supportsService(const OUString& rServiceName) throw(
...
@@ -158,10 +156,7 @@ sal_Bool SwXStyleFamilies::supportsService(const OUString& rServiceName) throw(
}
}
uno::Sequence< OUString > SwXStyleFamilies::getSupportedServiceNames() throw( uno::RuntimeException, std::exception )
uno::Sequence< OUString > SwXStyleFamilies::getSupportedServiceNames() throw( uno::RuntimeException, std::exception )
{
{ return { "com.sun.star.style.StyleFamilies" }; }
uno
::
Sequence
<
OUString
>
aRet
{
"com.sun.star.style.StyleFamilies"
};
return
aRet
;
}
SwXStyleFamilies::SwXStyleFamilies(SwDocShell& rDocShell) :
SwXStyleFamilies::SwXStyleFamilies(SwDocShell& rDocShell) :
SwUnoCollection(rDocShell.GetDoc()),
SwUnoCollection(rDocShell.GetDoc()),
...
...
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