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
8640859d
Kaydet (Commit)
8640859d
authored
May 23, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: private field 'mnId' is not used
Change-Id: I406ebb303b1f36f827c3cbf33f8f4cf3dcaed2f1
üst
943f82a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
searchresults.cxx
sc/source/ui/dialogs/searchresults.cxx
+2
-2
searchresults.hxx
sc/source/ui/inc/searchresults.hxx
+0
-2
No files found.
sc/source/ui/dialogs/searchresults.cxx
Dosyayı görüntüle @
8640859d
...
...
@@ -21,9 +21,9 @@
namespace
sc
{
SearchResultsDlg
::
SearchResultsDlg
(
SfxBindings
*
_pBindings
,
Window
*
pParent
,
sal_uInt16
nId
)
:
SearchResultsDlg
::
SearchResultsDlg
(
SfxBindings
*
_pBindings
,
Window
*
pParent
,
sal_uInt16
/* nId */
)
:
ModelessDialog
(
pParent
,
"SearchResultsDialog"
,
"modules/scalc/ui/searchresults.ui"
),
mpBindings
(
_pBindings
),
m
nId
(
nId
),
m
pDoc
(
NULL
)
mpBindings
(
_pBindings
),
mpDoc
(
NULL
)
{
SvSimpleTableContainer
*
pContainer
=
get
<
SvSimpleTableContainer
>
(
"results"
);
Size
aControlSize
(
150
,
120
);
...
...
sc/source/ui/inc/searchresults.hxx
Dosyayı görüntüle @
8640859d
...
...
@@ -23,8 +23,6 @@ class SearchResultsDlg : public ModelessDialog
{
SvSimpleTable
*
mpList
;
SfxBindings
*
mpBindings
;
sal_uInt16
mnId
;
ScDocument
*
mpDoc
;
DECL_LINK
(
ListSelectHdl
,
void
*
);
...
...
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