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
a609822d
Kaydet (Commit)
a609822d
authored
Eyl 17, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused Link<> field
Change-Id: I4d9f7d0fb1a2621121aa26f1ddff0a04116bc561
üst
56de0d31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
sqledit.cxx
dbaccess/source/ui/control/sqledit.cxx
+0
-1
sqledit.hxx
dbaccess/source/ui/inc/sqledit.hxx
+1
-6
No files found.
dbaccess/source/ui/control/sqledit.cxx
Dosyayı görüntüle @
a609822d
...
...
@@ -192,7 +192,6 @@ IMPL_LINK_NOARG(OSqlEdit, ModifyHdl)
rController
.
InvalidateFeature
(
SID_CUT
);
rController
.
InvalidateFeature
(
SID_COPY
);
m_lnkTextModifyHdl
.
Call
(
NULL
);
return
0
;
}
...
...
dbaccess/source/ui/inc/sqledit.hxx
Dosyayı görüntüle @
a609822d
...
...
@@ -41,9 +41,8 @@ namespace dbaui
Timer
m_timerInvalidate
;
Timer
m_timerUndoActionCreation
;
Link
<>
m_lnkTextModifyHdl
;
OUString
m_strOrigText
;
// is restored on undo
VclPtr
<
OQueryTextView
>
m_pView
;
VclPtr
<
OQueryTextView
>
m_pView
;
bool
m_bAccelAction
;
// is set on cut, copy, paste
bool
m_bStopTimer
;
svtools
::
ColorConfig
m_ColorConfig
;
...
...
@@ -79,10 +78,6 @@ namespace dbaui
// To prevent this, SlotExec in View can call this function.
bool
IsInAccelAct
()
{
return
m_bAccelAction
;
}
void
SetTextModifyHdl
(
const
Link
<>&
lnk
)
{
m_lnkTextModifyHdl
=
lnk
;
}
// please don't use SetModifyHdl, I need it for myself, this here is called from the handler set with that
// the link gets a pointer-to-string, which is invalid after the link
void
stopTimer
();
void
startTimer
();
...
...
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