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
f963c988
Kaydet (Commit)
f963c988
authored
Kas 23, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in animations
Change-Id: I51b94f43e27da93afb3c44ed5f68e70e457fe8ea
üst
8c3e1465
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
animcore.cxx
animations/source/animcore/animcore.cxx
+0
-10
No files found.
animations/source/animcore/animcore.cxx
Dosyayı görüntüle @
f963c988
...
...
@@ -129,7 +129,6 @@ class AnimationNode : public AnimationNodeBase
public
:
explicit
AnimationNode
(
sal_Int16
nNodeType
);
explicit
AnimationNode
(
const
AnimationNode
&
rNode
);
virtual
~
AnimationNode
()
override
;
// XInterface
virtual
Any
SAL_CALL
queryInterface
(
const
Type
&
aType
)
throw
(
RuntimeException
,
std
::
exception
)
override
;
...
...
@@ -352,7 +351,6 @@ class TimeContainerEnumeration : public ::cppu::WeakImplHelper< XEnumeration >
{
public
:
explicit
TimeContainerEnumeration
(
const
ChildList_t
&
rChildren
);
virtual
~
TimeContainerEnumeration
()
override
;
// Methods
virtual
sal_Bool
SAL_CALL
hasMoreElements
()
throw
(
RuntimeException
,
std
::
exception
)
override
;
...
...
@@ -375,10 +373,6 @@ TimeContainerEnumeration::TimeContainerEnumeration( const ChildList_t &rChildren
maIter
=
maChildren
.
begin
();
}
TimeContainerEnumeration
::~
TimeContainerEnumeration
()
{
}
// Methods
sal_Bool
SAL_CALL
TimeContainerEnumeration
::
hasMoreElements
()
throw
(
RuntimeException
,
std
::
exception
)
{
...
...
@@ -500,10 +494,6 @@ AnimationNode::AnimationNode( const AnimationNode& rNode )
{
}
AnimationNode
::~
AnimationNode
()
{
}
Sequence
<
OUString
>
getSupportedServiceNames_PAR
()
{
return
{
"com.sun.star.animations.ParallelTimeContainer"
};
...
...
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