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
d12c8a0f
Kaydet (Commit)
d12c8a0f
authored
Ara 05, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in dbaccess
Change-Id: I22cf2fec8e543582a32b9a4f00221f1b2d864f7a
üst
7aeeb77c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
20 deletions
+0
-20
dataaccessdescriptor.cxx
dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx
+0
-5
documentcontainer.cxx
dbaccess/source/core/dataaccess/documentcontainer.cxx
+0
-3
dbloader2.cxx
dbaccess/source/filter/xml/dbloader2.cxx
+0
-6
dbloader.cxx
dbaccess/source/ui/browser/dbloader.cxx
+0
-6
No files found.
dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx
Dosyayı görüntüle @
d12c8a0f
...
...
@@ -211,17 +211,12 @@ namespace
virtual
Reference
<
XPropertySet
>
SAL_CALL
createDataAccessDescriptor
(
)
throw
(
RuntimeException
,
std
::
exception
)
override
;
DataAccessDescriptorFactory
();
virtual
~
DataAccessDescriptorFactory
()
override
;
};
DataAccessDescriptorFactory
::
DataAccessDescriptorFactory
()
{
}
DataAccessDescriptorFactory
::~
DataAccessDescriptorFactory
()
{
}
OUString
SAL_CALL
DataAccessDescriptorFactory
::
getImplementationName
()
throw
(
RuntimeException
,
std
::
exception
)
{
return
OUString
(
"com.sun.star.comp.dba.DataAccessDescriptorFactory"
);
...
...
dbaccess/source/core/dataaccess/documentcontainer.cxx
Dosyayı görüntüle @
d12c8a0f
...
...
@@ -69,9 +69,6 @@ public:
:
m_aErrors
(
_rxContext
)
{
}
virtual
~
LocalNameApproval
()
override
{
}
void
SAL_CALL
approveElement
(
const
OUString
&
_rName
,
const
Reference
<
XInterface
>&
_rxElement
)
override
;
};
...
...
dbaccess/source/filter/xml/dbloader2.cxx
Dosyayı görüntüle @
d12c8a0f
...
...
@@ -233,7 +233,6 @@ private:
DECL_LINK
(
OnStartTableWizard
,
void
*
,
void
);
public
:
explicit
DBContentLoader
(
const
Reference
<
XComponentContext
>&
);
virtual
~
DBContentLoader
()
override
;
// XServiceInfo
OUString
SAL_CALL
getImplementationName
()
throw
(
std
::
exception
)
override
;
...
...
@@ -267,11 +266,6 @@ DBContentLoader::DBContentLoader(const Reference< XComponentContext >& _rxFactor
}
DBContentLoader
::~
DBContentLoader
()
{
}
Reference
<
XInterface
>
SAL_CALL
DBContentLoader
::
Create
(
const
Reference
<
XMultiServiceFactory
>
&
rSMgr
)
{
return
*
(
new
DBContentLoader
(
comphelper
::
getComponentContext
(
rSMgr
)
));
...
...
dbaccess/source/ui/browser/dbloader.cxx
Dosyayı görüntüle @
d12c8a0f
...
...
@@ -71,7 +71,6 @@ private:
Reference
<
XComponentContext
>
m_xContext
;
public
:
explicit
DBContentLoader
(
const
Reference
<
XComponentContext
>&
);
virtual
~
DBContentLoader
()
override
;
// XServiceInfo
OUString
SAL_CALL
getImplementationName
()
throw
(
std
::
exception
)
override
;
...
...
@@ -101,11 +100,6 @@ DBContentLoader::DBContentLoader(const Reference< XComponentContext >& _rxContex
}
DBContentLoader
::~
DBContentLoader
()
{
}
extern
"C"
void
SAL_CALL
createRegistryInfo_DBContentLoader
()
{
static
::
dbaui
::
OMultiInstanceAutoRegistration
<
DBContentLoader
>
aAutoRegistration
;
...
...
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