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
e7447790
Kaydet (Commit)
e7447790
authored
Eki 08, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ISO C++ forbids in-class initialization of non-const static member 'nRet'
Change-Id: Ia2bfaff2a284c2ea40198f1152716860d5963482
üst
e6bd33d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
icontest.cxx
vcl/workben/icontest.cxx
+3
-1
No files found.
vcl/workben/icontest.cxx
Dosyayı görüntüle @
e7447790
...
@@ -116,7 +116,7 @@ public:
...
@@ -116,7 +116,7 @@ public:
virtual
int
Main
()
SAL_OVERRIDE
;
virtual
int
Main
()
SAL_OVERRIDE
;
private
:
private
:
int
nRet
=
EXIT_SUCCESS
;
int
nRet
;
void
DoItWithVcl
(
std
::
vector
<
OUString
>&
aImageFiles
);
void
DoItWithVcl
(
std
::
vector
<
OUString
>&
aImageFiles
);
void
DoItWithOpenGL
(
std
::
vector
<
OUString
>&
aImageFiles
);
void
DoItWithOpenGL
(
std
::
vector
<
OUString
>&
aImageFiles
);
...
@@ -124,6 +124,8 @@ private:
...
@@ -124,6 +124,8 @@ private:
void
IconTestApp
::
Init
()
void
IconTestApp
::
Init
()
{
{
nRet
=
EXIT_SUCCESS
;
uno
::
Reference
<
uno
::
XComponentContext
>
xContext
=
uno
::
Reference
<
uno
::
XComponentContext
>
xContext
=
cppu
::
defaultBootstrap_InitialComponentContext
();
cppu
::
defaultBootstrap_InitialComponentContext
();
uno
::
Reference
<
lang
::
XMultiComponentFactory
>
xFactory
=
uno
::
Reference
<
lang
::
XMultiComponentFactory
>
xFactory
=
...
...
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