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
17d5cdff
Kaydet (Commit)
17d5cdff
authored
Ara 09, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Three factories in sot never used
üst
a4845bd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
sotdata.hxx
sot/inc/sot/sotdata.hxx
+0
-3
factory.cxx
sot/source/base/factory.cxx
+2
-3
No files found.
sot/inc/sot/sotdata.hxx
Dosyayı görüntüle @
17d5cdff
...
@@ -51,9 +51,6 @@ struct SotData_Impl
...
@@ -51,9 +51,6 @@ struct SotData_Impl
sal_uInt32
nSvObjCount
;
sal_uInt32
nSvObjCount
;
std
::
list
<
SotObject
*>
aObjectList
;
std
::
list
<
SotObject
*>
aObjectList
;
SotFactoryList
*
pFactoryList
;
SotFactoryList
*
pFactoryList
;
SotFactory
*
pSotObjectFactory
;
SotFactory
*
pSotStorageStreamFactory
;
SotFactory
*
pSotStorageFactory
;
tDataFlavorList
*
pDataFlavorList
;
tDataFlavorList
*
pDataFlavorList
;
SotData_Impl
();
SotData_Impl
();
};
};
...
...
sot/source/base/factory.cxx
Dosyayı görüntüle @
17d5cdff
...
@@ -48,18 +48,17 @@
...
@@ -48,18 +48,17 @@
SotData_Impl
::
SotData_Impl
()
SotData_Impl
::
SotData_Impl
()
:
nSvObjCount
(
0
)
:
nSvObjCount
(
0
)
,
pFactoryList
(
NULL
)
,
pFactoryList
(
NULL
)
,
pSotObjectFactory
(
NULL
)
,
pSotStorageStreamFactory
(
NULL
)
,
pSotStorageFactory
(
NULL
)
,
pDataFlavorList
(
NULL
)
,
pDataFlavorList
(
NULL
)
{
{
}
}
/*************************************************************************
/*************************************************************************
|* SOTDATA()
|* SOTDATA()
|*
|*
|* Beschreibung
|* Beschreibung
*************************************************************************/
*************************************************************************/
namespace
{
struct
ImplData
:
public
rtl
::
Static
<
SotData_Impl
,
ImplData
>
{};
}
namespace
{
struct
ImplData
:
public
rtl
::
Static
<
SotData_Impl
,
ImplData
>
{};
}
SotData_Impl
*
SOTDATA
()
SotData_Impl
*
SOTDATA
()
{
{
return
&
ImplData
::
get
();
return
&
ImplData
::
get
();
...
...
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