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
4c03d837
Kaydet (Commit)
4c03d837
authored
Ara 01, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wswitch
Change-Id: Iad8c17f8d69d51d55c6cdf2ed355cda140399337
üst
d308906d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
WTypeSelect.cxx
dbaccess/source/ui/misc/WTypeSelect.cxx
+2
-0
JoinTableView.cxx
dbaccess/source/ui/querydesign/JoinTableView.cxx
+2
-0
limitboxcontroller.cxx
dbaccess/source/ui/querydesign/limitboxcontroller.cxx
+2
-0
No files found.
dbaccess/source/ui/misc/WTypeSelect.cxx
Dosyayı görüntüle @
4c03d837
...
@@ -430,6 +430,8 @@ bool OWizTypeSelectList::PreNotify( NotifyEvent& rEvt )
...
@@ -430,6 +430,8 @@ bool OWizTypeSelectList::PreNotify( NotifyEvent& rEvt )
nDone
=
true
;
nDone
=
true
;
}
}
break
;
break
;
default
:
break
;
}
}
return
nDone
||
MultiListBox
::
PreNotify
(
rEvt
);
return
nDone
||
MultiListBox
::
PreNotify
(
rEvt
);
}
}
...
...
dbaccess/source/ui/querydesign/JoinTableView.cxx
Dosyayı görüntüle @
4c03d837
...
@@ -1418,6 +1418,8 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
...
@@ -1418,6 +1418,8 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
}
}
}
}
break
;
break
;
default
:
break
;
}
}
if
(
!
bHandled
)
if
(
!
bHandled
)
...
...
dbaccess/source/ui/querydesign/limitboxcontroller.cxx
Dosyayı görüntüle @
4c03d837
...
@@ -84,6 +84,8 @@ bool LimitBoxImpl::Notify( NotifyEvent& rNEvt )
...
@@ -84,6 +84,8 @@ bool LimitBoxImpl::Notify( NotifyEvent& rNEvt )
}
}
break
;
break
;
}
}
default
:
break
;
}
}
return
nHandled
||
LimitBox
::
Notify
(
rNEvt
);
return
nHandled
||
LimitBox
::
Notify
(
rNEvt
);
}
}
...
...
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