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
15e64391
Kaydet (Commit)
15e64391
authored
May 26, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crash
Change-Id: Ib169950f4e33dc71db66fd9a938838b568d2cc22
üst
390aa627
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
FieldDescControl.cxx
dbaccess/source/ui/control/FieldDescControl.cxx
+2
-2
TEditControl.cxx
dbaccess/source/ui/tabledesign/TEditControl.cxx
+6
-0
TEditControl.hxx
dbaccess/source/ui/tabledesign/TEditControl.hxx
+1
-0
No files found.
dbaccess/source/ui/control/FieldDescControl.cxx
Dosyayı görüntüle @
15e64391
...
...
@@ -208,8 +208,8 @@ void OFieldDescControl::dispose()
m_pType
.
clear
();
m_pAutoIncrementValue
.
clear
();
pFormat
.
clear
();
m_pVertScroll
.
c
lear
();
m_pHorzScroll
.
c
lear
();
m_pVertScroll
.
disposeAndC
lear
();
m_pHorzScroll
.
disposeAndC
lear
();
TabPage
::
dispose
();
}
...
...
dbaccess/source/ui/tabledesign/TEditControl.cxx
Dosyayı görüntüle @
15e64391
...
...
@@ -85,7 +85,11 @@ OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(sal_uLong nTimeout,
OTableEditorCtrl
::
ClipboardInvalidator
::~
ClipboardInvalidator
()
{
m_aInvalidateTimer
.
Stop
();
}
void
OTableEditorCtrl
::
ClipboardInvalidator
::
Stop
()
{
m_aInvalidateTimer
.
Stop
();
}
IMPL_LINK_NOARG_TYPED
(
OTableEditorCtrl
::
ClipboardInvalidator
,
OnInvalidate
,
Timer
*
,
void
)
...
...
@@ -260,6 +264,8 @@ void OTableEditorCtrl::dispose()
// Reset the Undo-Manager
GetUndoManager
().
Clear
();
m_aInvalidate
.
Stop
();
// Take possible Events from the queue
if
(
nCutEvent
)
Application
::
RemoveUserEvent
(
nCutEvent
);
...
...
dbaccess/source/ui/tabledesign/TEditControl.hxx
Dosyayı görüntüle @
15e64391
...
...
@@ -76,6 +76,7 @@ namespace dbaui
public
:
ClipboardInvalidator
(
sal_uLong
nTimeout
,
OTableEditorCtrl
*
);
~
ClipboardInvalidator
();
void
Stop
();
protected
:
DECL_LINK_TYPED
(
OnInvalidate
,
Timer
*
,
void
);
...
...
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