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
5ac6e002
Kaydet (Commit)
5ac6e002
authored
Ara 10, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Memory leak
Change-Id: Ica40750d628946678019376d91db67ba3f9ed67e
üst
8c87cfc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
backingwindow.cxx
sfx2/source/dialog/backingwindow.cxx
+1
-2
backingwindow.hxx
sfx2/source/dialog/backingwindow.hxx
+2
-1
No files found.
sfx2/source/dialog/backingwindow.cxx
Dosyayı görüntüle @
5ac6e002
...
...
@@ -96,7 +96,6 @@ BackingWindow::BackingWindow( vcl::Window* i_pParent ) :
mbIsSaveMode
(
false
),
mbInitControls
(
false
),
mnHideExternalLinks
(
0
),
mpAccExec
(
nullptr
),
maSelTemplates
(
cmpSelectionItems
),
maSelFolders
(
cmpSelectionItems
)
...
...
@@ -443,7 +442,7 @@ bool BackingWindow::PreNotify( NotifyEvent& rNEvt )
// try the 'normal' accelerators (so that eg. Ctrl+Q works)
if
(
!
mpAccExec
)
{
mpAccExec
=
svt
::
AcceleratorExecute
::
createAcceleratorHelper
(
);
mpAccExec
.
reset
(
svt
::
AcceleratorExecute
::
createAcceleratorHelper
()
);
mpAccExec
->
init
(
comphelper
::
getProcessComponentContext
(),
mxFrame
);
}
...
...
sfx2/source/dialog/backingwindow.hxx
Dosyayı görüntüle @
5ac6e002
...
...
@@ -44,6 +44,7 @@
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <memory>
#include <set>
class
ToolBox
;
...
...
@@ -92,7 +93,7 @@ class BackingWindow : public vcl::Window, public VclBuilderContainer
bool
mbIsSaveMode
;
bool
mbInitControls
;
sal_Int32
mnHideExternalLinks
;
s
vt
::
AcceleratorExecute
*
mpAccExec
;
s
td
::
unique_ptr
<
svt
::
AcceleratorExecute
>
mpAccExec
;
void
setupButton
(
PushButton
*
pButton
);
void
setupButton
(
MenuButton
*
pButton
);
...
...
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