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
254dcd96
Kaydet (Commit)
254dcd96
authored
Ara 21, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused m_pParent members and trailings semicolons
Change-Id: I9c577b074ac3fc5382cea92394adeedbe0364de0
üst
a5650e38
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
12 deletions
+4
-12
sslwarndlg.cxx
uui/source/sslwarndlg.cxx
+1
-2
sslwarndlg.hxx
uui/source/sslwarndlg.hxx
+0
-3
unknownauthdlg.cxx
uui/source/unknownauthdlg.cxx
+1
-2
unknownauthdlg.hxx
uui/source/unknownauthdlg.hxx
+2
-5
No files found.
uui/source/sslwarndlg.cxx
Dosyayı görüntüle @
254dcd96
...
...
@@ -45,8 +45,7 @@ SSLWarnDialog::SSLWarnDialog(Window* pParent,
,
m_xContext
(
xContext
)
,
m_rXCert
(
rXCert
)
{
m_pParent
=
pParent
;
};
}
void
SSLWarnDialog
::
response
(
short
nResponseId
)
{
...
...
uui/source/sslwarndlg.hxx
Dosyayı görüntüle @
254dcd96
...
...
@@ -34,7 +34,6 @@ class SSLWarnDialog : public MessageDialog
private
:
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
m_xContext
;
const
css
::
uno
::
Reference
<
css
::
security
::
XCertificate
>&
m_rXCert
;
Window
*
m_pParent
;
void
ViewCert
();
...
...
@@ -45,8 +44,6 @@ public:
css
::
uno
::
Reference
<
css
::
security
::
XCertificate
>
getCert
()
{
return
m_rXCert
;
}
Window
*
getParent
()
{
return
m_pParent
;
}
virtual
void
response
(
short
nResponseId
);
void
setDescription1Text
(
const
OUString
&
aText
)
{
set_primary_text
(
aText
);
}
...
...
uui/source/unknownauthdlg.cxx
Dosyayı görüntüle @
254dcd96
...
...
@@ -83,9 +83,8 @@ UnknownAuthDialog::UnknownAuthDialog
FreeResource
();
m_aWarnImage
.
SetImage
(
WarningBox
::
GetStandardImage
()
);
m_pParent
=
pParent
;
m_aView_Certificate
.
SetClickHdl
(
LINK
(
this
,
UnknownAuthDialog
,
ViewCertHdl_Impl
)
);
m_aCommandButtonOK
.
SetClickHdl
(
LINK
(
this
,
UnknownAuthDialog
,
OKHdl_Impl
)
);
}
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
uui/source/unknownauthdlg.hxx
Dosyayı görüntüle @
254dcd96
...
...
@@ -44,7 +44,6 @@ private:
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
m_xContext
;
const
css
::
uno
::
Reference
<
css
::
security
::
XCertificate
>&
m_rXCert
;
Window
*
m_pParent
;
DECL_LINK
(
OKHdl_Impl
,
void
*
);
DECL_LINK
(
ViewCertHdl_Impl
,
void
*
);
...
...
@@ -55,11 +54,9 @@ private:
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
ResMgr
*
pResMgr
);
css
::
uno
::
Reference
<
css
::
security
::
XCertificate
>
getCert
()
{
return
m_rXCert
;
}
;
css
::
uno
::
Reference
<
css
::
security
::
XCertificate
>
getCert
()
{
return
m_rXCert
;
}
Window
*
getParent
()
{
return
m_pParent
;
};
void
setDescriptionText
(
const
OUString
&
aText
)
{
m_aLabel1
.
SetText
(
aText
);
};
void
setDescriptionText
(
const
OUString
&
aText
)
{
m_aLabel1
.
SetText
(
aText
);
}
};
...
...
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