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
60acc758
Kaydet (Commit)
60acc758
authored
Agu 21, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unhelpful help id
Change-Id: I384afcb76485d5b78a588c63b8a9f1580e96fc51
üst
fe920855
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
helpid.h
sw/inc/helpid.h
+0
-2
dbtree.cxx
sw/source/ui/dbui/dbtree.cxx
+0
-4
No files found.
sw/inc/helpid.h
Dosyayı görüntüle @
60acc758
...
@@ -321,8 +321,6 @@
...
@@ -321,8 +321,6 @@
#define HID_COND_COLL_TABLIST "SW_HID_COND_COLL_TABLIST"
#define HID_COND_COLL_TABLIST "SW_HID_COND_COLL_TABLIST"
#define HID_DB_SELECTION_TLB "SW_HID_DB_SELECTION_TLB"
#define HID_SELECT_TEMPLATE "SW_HID_SELECT_TEMPLATE"
#define HID_SELECT_TEMPLATE "SW_HID_SELECT_TEMPLATE"
#define HID_AP_INSERT_DB_SEL "SW_HID_AP_INSERT_DB_SEL"
#define HID_AP_INSERT_DB_SEL "SW_HID_AP_INSERT_DB_SEL"
...
...
sw/source/ui/dbui/dbtree.cxx
Dosyayı görüntüle @
60acc758
...
@@ -181,8 +181,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, const ResId& rResId,
...
@@ -181,8 +181,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, const ResId& rResId,
bShowColumns
(
bShowCol
),
bShowColumns
(
bShowCol
),
pImpl
(
new
SwDBTreeList_Impl
(
pSh
))
pImpl
(
new
SwDBTreeList_Impl
(
pSh
))
{
{
SetHelpId
(
HID_DB_SELECTION_TLB
);
if
(
IsVisible
())
if
(
IsVisible
())
InitTreeList
();
InitTreeList
();
}
}
...
@@ -194,8 +192,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, WinBits nStyle)
...
@@ -194,8 +192,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, WinBits nStyle)
,
bShowColumns
(
false
)
,
bShowColumns
(
false
)
,
pImpl
(
new
SwDBTreeList_Impl
(
NULL
))
,
pImpl
(
new
SwDBTreeList_Impl
(
NULL
))
{
{
SetHelpId
(
HID_DB_SELECTION_TLB
);
if
(
IsVisible
())
if
(
IsVisible
())
InitTreeList
();
InitTreeList
();
}
}
...
...
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