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
4e99430e
Kaydet (Commit)
4e99430e
authored
Haz 26, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove custom RTTI from SotFactory
unused Change-Id: I22f55aa403cd97ce2c5bf6a521c14a693e4373a7
üst
b488c7ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
factory.hxx
include/sot/factory.hxx
+0
-1
factory.cxx
sot/source/base/factory.cxx
+0
-1
object.cxx
sot/source/base/object.cxx
+0
-2
storage.cxx
sot/source/sdstor/storage.cxx
+0
-4
No files found.
include/sot/factory.hxx
Dosyayı görüntüle @
4e99430e
...
...
@@ -46,7 +46,6 @@ class SOT_DLLPUBLIC SotFactory : public SvGlobalName
protected
:
virtual
~
SotFactory
();
public
:
TYPEINFO
();
static
void
IncSvObjectCount
(
SotObject
*
=
NULL
);
static
void
DecSvObjectCount
(
SotObject
*
=
NULL
);
...
...
sot/source/base/factory.cxx
Dosyayı görüntüle @
4e99430e
...
...
@@ -73,7 +73,6 @@ SotData_Impl * SOTDATA()
|*
|* Beschreibung
*************************************************************************/
TYPEINIT0
(
SotFactory
);
SotFactory
::
SotFactory
(
const
SvGlobalName
&
rName
,
const
OUString
&
rClassName
,
...
...
sot/source/base/object.cxx
Dosyayı görüntüle @
4e99430e
...
...
@@ -24,14 +24,12 @@
class
SotObjectFactory
:
public
SotFactory
{
public
:
TYPEINFO_OVERRIDE
();
SotObjectFactory
(
const
SvGlobalName
&
rName
,
const
OUString
&
rClassName
,
CreateInstanceType
pCreateFuncP
)
:
SotFactory
(
rName
,
rClassName
,
pCreateFuncP
)
{}
};
TYPEINIT1
(
SotObjectFactory
,
SotFactory
);
SO2_IMPL_BASIC_CLASS_DLL
(
SotObject
,
SotObjectFactory
,
...
...
sot/source/sdstor/storage.cxx
Dosyayı görüntüle @
4e99430e
...
...
@@ -45,14 +45,12 @@ using namespace ::com::sun::star;
class
SotStorageStreamFactory
:
public
SotFactory
{
public
:
TYPEINFO_OVERRIDE
();
SotStorageStreamFactory
(
const
SvGlobalName
&
rName
,
const
OUString
&
rClassName
,
CreateInstanceType
pCreateFuncP
)
:
SotFactory
(
rName
,
rClassName
,
pCreateFuncP
)
{}
};
TYPEINIT1
(
SotStorageStreamFactory
,
SotFactory
);
SO2_IMPL_BASIC_CLASS1_DLL
(
SotStorageStream
,
SotStorageStreamFactory
,
SotObject
,
...
...
@@ -279,14 +277,12 @@ bool SotStorageStream::SetProperty( const OUString& rName, const ::com::sun::sta
class
SotStorageFactory
:
public
SotFactory
{
public
:
TYPEINFO_OVERRIDE
();
SotStorageFactory
(
const
SvGlobalName
&
rName
,
const
OUString
&
rClassName
,
CreateInstanceType
pCreateFuncP
)
:
SotFactory
(
rName
,
rClassName
,
pCreateFuncP
)
{}
};
TYPEINIT1
(
SotStorageFactory
,
SotFactory
);
SO2_IMPL_BASIC_CLASS1_DLL
(
SotStorage
,
SotStorageFactory
,
SotObject
,
...
...
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