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
7dd4555f
Kaydet (Commit)
7dd4555f
authored
Eki 24, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused class SwItemPropertySet
Change-Id: I6913d5ac9ce5082a8050da26c77a4b3bcb40a699
üst
793ec02c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
unomap.hxx
sw/inc/unomap.hxx
+0
-8
unomap.cxx
sw/source/core/unocore/unomap.cxx
+0
-6
No files found.
sw/inc/unomap.hxx
Dosyayı görüntüle @
7dd4555f
...
@@ -306,14 +306,6 @@
...
@@ -306,14 +306,6 @@
#define WID_TXTCOL_AUTO_DISTANCE 6
#define WID_TXTCOL_AUTO_DISTANCE 6
#define WID_TXTCOL_LINE_STYLE 7
#define WID_TXTCOL_LINE_STYLE 7
class
SwItemPropertySet
:
public
SfxItemPropertySet
{
protected
:
virtual
sal_Bool
FillItem
(
SfxItemSet
&
rSet
,
sal_uInt16
nWhich
,
sal_Bool
bGetProperty
)
const
;
public
:
SwItemPropertySet
(
const
SfxItemPropertyMapEntry
*
pMap
)
:
SfxItemPropertySet
(
pMap
){}
};
class
SwUnoPropertyMapProvider
class
SwUnoPropertyMapProvider
{
{
SfxItemPropertyMapEntry
*
aMapEntriesArr
[
PROPERTY_MAP_END
];
SfxItemPropertyMapEntry
*
aMapEntriesArr
[
PROPERTY_MAP_END
];
...
...
sw/source/core/unocore/unomap.cxx
Dosyayı görüntüle @
7dd4555f
...
@@ -3120,10 +3120,4 @@ const SfxItemPropertySet* SwUnoPropertyMapProvider::GetPropertySet( sal_uInt16
...
@@ -3120,10 +3120,4 @@ const SfxItemPropertySet* SwUnoPropertyMapProvider::GetPropertySet( sal_uInt16
return
aPropertySetArr
[
nPropertyId
];
return
aPropertySetArr
[
nPropertyId
];
}
}
sal_Bool
SwItemPropertySet
::
FillItem
(
SfxItemSet
&
/*rSet*/
,
sal_uInt16
/*nWhich*/
,
sal_Bool
/*bGetProperty*/
)
const
{
sal_Bool
bRet
=
sal_False
;
return
bRet
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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