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
688cade9
Kaydet (Commit)
688cade9
authored
Ock 25, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1266500 Unused value
Change-Id: I81441568c4c5b864abbf1375b561a9389a72ef90
üst
f8e7e33c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
documentdefinition.cxx
dbaccess/source/core/dataaccess/documentdefinition.cxx
+1
-6
No files found.
dbaccess/source/core/dataaccess/documentdefinition.cxx
Dosyayı görüntüle @
688cade9
...
...
@@ -196,13 +196,8 @@ namespace dbaccess
m_pDefinition
=
NULL
;
}
void
SAL_CALL
OEmbedObjectHolder
::
changingState
(
const
lang
::
EventObject
&
/*aEvent*/
,
::
sal_Int32
nOldState
,
::
sal_Int32
nNewState
)
throw
(
embed
::
WrongStateException
,
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
OEmbedObjectHolder
::
changingState
(
const
lang
::
EventObject
&
/*aEvent*/
,
::
sal_Int32
/*nOldState*/
,
::
sal_Int32
/*nNewState*/
)
throw
(
embed
::
WrongStateException
,
uno
::
RuntimeException
,
std
::
exception
)
{
if
(
!
m_bInChangingState
&&
nNewState
==
EmbedStates
::
RUNNING
&&
nOldState
==
EmbedStates
::
ACTIVE
&&
m_pDefinition
)
{
m_bInChangingState
=
true
;
m_bInChangingState
=
false
;
}
}
void
SAL_CALL
OEmbedObjectHolder
::
stateChanged
(
const
lang
::
EventObject
&
aEvent
,
::
sal_Int32
nOldState
,
::
sal_Int32
nNewState
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
...
...
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