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
7bf70574
Kaydet (Commit)
7bf70574
authored
Tem 23, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
NAVBTN_PEN_ENABLED is unused
Change-Id: I3f5ae15f594b2a96ad30f6795c3b782b56d78feb
üst
0bc07058
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
navigatr.cxx
sd/source/ui/dlg/navigatr.cxx
+0
-3
navigatr.hxx
sd/source/ui/inc/navigatr.hxx
+0
-1
No files found.
sd/source/ui/dlg/navigatr.cxx
Dosyayı görüntüle @
7bf70574
...
@@ -876,9 +876,6 @@ void SdNavigatorControllerItem::StateChanged( sal_uInt16 nSId,
...
@@ -876,9 +876,6 @@ void SdNavigatorControllerItem::StateChanged( sal_uInt16 nSId,
sal_uInt32
nState
=
pStateItem
->
GetValue
();
sal_uInt32
nState
=
pStateItem
->
GetValue
();
// pen
// pen
if
(
nState
&
NAVBTN_PEN_ENABLED
&&
!
pNavigatorWin
->
maToolbox
->
IsItemEnabled
(
TBI_PEN
)
)
pNavigatorWin
->
maToolbox
->
EnableItem
(
TBI_PEN
);
if
(
nState
&
NAVBTN_PEN_DISABLED
&&
if
(
nState
&
NAVBTN_PEN_DISABLED
&&
pNavigatorWin
->
maToolbox
->
IsItemEnabled
(
TBI_PEN
)
)
pNavigatorWin
->
maToolbox
->
IsItemEnabled
(
TBI_PEN
)
)
pNavigatorWin
->
maToolbox
->
EnableItem
(
TBI_PEN
,
false
);
pNavigatorWin
->
maToolbox
->
EnableItem
(
TBI_PEN
,
false
);
...
...
sd/source/ui/inc/navigatr.hxx
Dosyayı görüntüle @
7bf70574
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#define NAVSTATE_NONE 0x00000000
#define NAVSTATE_NONE 0x00000000
#define NAVBTN_PEN_ENABLED 0x00000010
#define NAVBTN_PEN_DISABLED 0x00000020
#define NAVBTN_PEN_DISABLED 0x00000020
#define NAVBTN_PEN_CHECKED 0x00000040
#define NAVBTN_PEN_CHECKED 0x00000040
#define NAVBTN_PEN_UNCHECKED 0x00000080
#define NAVBTN_PEN_UNCHECKED 0x00000080
...
...
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