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
0fc587fc
Kaydet (Commit)
0fc587fc
authored
Agu 30, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I70dca6915daf6647271ee89c752a50365cff7010
üst
808e0a19
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
sslwarndlg.cxx
uui/source/sslwarndlg.cxx
+1
-2
sslwarndlg.hxx
uui/source/sslwarndlg.hxx
+0
-1
unknownauthdlg.cxx
uui/source/unknownauthdlg.cxx
+1
-2
unknownauthdlg.hxx
uui/source/unknownauthdlg.hxx
+0
-1
No files found.
uui/source/sslwarndlg.cxx
Dosyayı görüntüle @
0fc587fc
...
...
@@ -65,8 +65,7 @@ SSLWarnDialog::SSLWarnDialog
m_aLine
(
this
,
ResId
(
FL_LINE
,
*
pResMgr
)
),
m_aWarnImage
(
this
,
ResId
(
IMG_WARN
,
*
pResMgr
)
),
m_xServiceFactory
(
xServiceFactory
),
m_rXCert
(
rXCert
),
pResourceMgr
(
pResMgr
)
m_rXCert
(
rXCert
)
{
FreeResource
();
m_aWarnImage
.
SetImage
(
WarningBox
::
GetStandardImage
()
);
...
...
uui/source/sslwarndlg.hxx
Dosyayı görüntüle @
0fc587fc
...
...
@@ -51,7 +51,6 @@ private:
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
m_xServiceFactory
;
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
m_rXCert
;
Window
*
m_pParent
;
ResMgr
*
pResourceMgr
;
DECL_LINK
(
OKHdl_Impl
,
void
*
);
DECL_LINK
(
ViewCertHdl_Impl
,
void
*
);
...
...
uui/source/unknownauthdlg.cxx
Dosyayı görüntüle @
0fc587fc
...
...
@@ -75,8 +75,7 @@ UnknownAuthDialog::UnknownAuthDialog
m_aLabel1
(
this
,
ResId
(
FT_LABEL_1
,
*
pResMgr
)
),
m_aWarnImage
(
this
,
ResId
(
IMG_WARN
,
*
pResMgr
)
),
m_xServiceFactory
(
xServiceFactory
),
m_rXCert
(
rXCert
),
pResourceMgr
(
pResMgr
)
m_rXCert
(
rXCert
)
{
FreeResource
();
...
...
uui/source/unknownauthdlg.hxx
Dosyayı görüntüle @
0fc587fc
...
...
@@ -53,7 +53,6 @@ private:
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
m_xServiceFactory
;
const
cssu
::
Reference
<
dcss
::
security
::
XCertificate
>&
m_rXCert
;
Window
*
m_pParent
;
ResMgr
*
pResourceMgr
;
DECL_LINK
(
OKHdl_Impl
,
void
*
);
DECL_LINK
(
ViewCertHdl_Impl
,
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