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
4a67abb3
Kaydet (Commit)
4a67abb3
authored
Haz 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706547 Uncaught exception
Change-Id: Ib619e1ab3f091c04ec27a249b733e54ce469cf82
üst
22357c17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
binding.cxx
forms/source/xforms/binding.cxx
+1
-3
binding.hxx
forms/source/xforms/binding.hxx
+1
-1
No files found.
forms/source/xforms/binding.cxx
Dosyayı görüntüle @
4a67abb3
...
@@ -135,13 +135,11 @@ Binding::Binding() :
...
@@ -135,13 +135,11 @@ Binding::Binding() :
initializePropertySet
();
initializePropertySet
();
}
}
Binding
::~
Binding
()
throw
()
Binding
::~
Binding
()
{
{
_setModel
(
NULL
);
_setModel
(
NULL
);
}
}
void
Binding
::
_setModel
(
const
Model_t
&
xModel
)
void
Binding
::
_setModel
(
const
Model_t
&
xModel
)
{
{
PropertyChangeNotifier
aNotifyModelChange
(
*
this
,
HANDLE_Model
);
PropertyChangeNotifier
aNotifyModelChange
(
*
this
,
HANDLE_Model
);
...
...
forms/source/xforms/binding.hxx
Dosyayı görüntüle @
4a67abb3
...
@@ -172,7 +172,7 @@ private:
...
@@ -172,7 +172,7 @@ private:
public
:
public
:
Binding
();
Binding
();
virtual
~
Binding
()
throw
()
;
virtual
~
Binding
();
// property methods: get/set value
// property methods: get/set value
...
...
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