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
e8831c8b
Kaydet (Commit)
e8831c8b
authored
Ock 26, 2001
tarafından
Frank Schönheit
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed a wrong assertion
üst
263a0218
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
unodatbr.cxx
dbaccess/source/ui/browser/unodatbr.cxx
+3
-4
No files found.
dbaccess/source/ui/browser/unodatbr.cxx
Dosyayı görüntüle @
e8831c8b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: unodatbr.cxx,v $
* $RCSfile: unodatbr.cxx,v $
*
*
* $Revision: 1.2
4
$
* $Revision: 1.2
5
$
*
*
* last change: $Author: fs $ $Date: 2001-01-26 1
4:16:30
$
* last change: $Author: fs $ $Date: 2001-01-26 1
6:11:56
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -1907,7 +1907,7 @@ void SAL_CALL SbaTableQueryBrowser::elementRemoved( const ContainerEvent& _rEven
...
@@ -1907,7 +1907,7 @@ void SAL_CALL SbaTableQueryBrowser::elementRemoved( const ContainerEvent& _rEven
// unload
// unload
unloadForm
(
sal_False
,
sal_False
);
// don't dispose the connection, don't flush
unloadForm
(
sal_False
,
sal_False
);
// don't dispose the connection, don't flush
DBTreeListModel
::
DBTreeListUserData
*
pData
=
static_cast
<
DBTreeListModel
::
DBTreeListUserData
*>
(
pTemp
->
GetUserData
());
DBTreeListModel
::
DBTreeListUserData
*
pData
=
static_cast
<
DBTreeListModel
::
DBTreeListUserData
*>
(
pTemp
->
GetUserData
());
OSL_ENSURE
(
pData
,
"elementRe
plac
ed: There must be user data!"
);
OSL_ENSURE
(
pData
,
"elementRe
mov
ed: There must be user data!"
);
delete
pData
;
delete
pData
;
m_pTreeModel
->
Remove
(
pTemp
);
m_pTreeModel
->
Remove
(
pTemp
);
}
}
...
@@ -1920,7 +1920,6 @@ void SAL_CALL SbaTableQueryBrowser::elementRemoved( const ContainerEvent& _rEven
...
@@ -1920,7 +1920,6 @@ void SAL_CALL SbaTableQueryBrowser::elementRemoved( const ContainerEvent& _rEven
if
(
m_pTreeView
->
getListBox
()
->
GetEntryText
(
pChild
)
==
aName
)
if
(
m_pTreeView
->
getListBox
()
->
GetEntryText
(
pChild
)
==
aName
)
{
{
DBTreeListModel
::
DBTreeListUserData
*
pData
=
static_cast
<
DBTreeListModel
::
DBTreeListUserData
*>
(
pChild
->
GetUserData
());
DBTreeListModel
::
DBTreeListUserData
*
pData
=
static_cast
<
DBTreeListModel
::
DBTreeListUserData
*>
(
pChild
->
GetUserData
());
OSL_ENSURE
(
pData
,
"elementReplaced: There must be user data!"
);
delete
pData
;
delete
pData
;
m_pTreeModel
->
Remove
(
pChild
);
m_pTreeModel
->
Remove
(
pChild
);
break
;
break
;
...
...
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