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
bddd6d82
Kaydet (Commit)
bddd6d82
authored
Agu 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WarningBox are no longer loaded from resource files
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
üst
0696e590
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
rcid.h
include/tools/rcid.h
+0
-2
msgbox.hxx
include/vcl/msgbox.hxx
+0
-1
rscinit.cxx
rsc/source/parser/rscinit.cxx
+0
-8
msgbox.cxx
vcl/source/window/msgbox.cxx
+0
-6
No files found.
include/tools/rcid.h
Dosyayı görüntüle @
bddd6d82
...
...
@@ -49,8 +49,6 @@
#define RSC_MESSBOX (RSC_NOTYPE + 0x30)
#define RSC_WARNINGBOX (RSC_NOTYPE + 0x32)
#define RSC_WINDOW (RSC_NOTYPE + 0x35)
#define RSC_SYSWINDOW (RSC_NOTYPE + 0x36)
#define RSC_WORKWIN (RSC_NOTYPE + 0x37)
...
...
include/vcl/msgbox.hxx
Dosyayı görüntüle @
bddd6d82
...
...
@@ -91,7 +91,6 @@ private:
public
:
WarningBox
(
Window
*
pParent
,
WinBits
nStyle
,
const
OUString
&
rMessage
);
WarningBox
(
Window
*
pParent
,
const
ResId
&
rResId
);
void
SetDefaultCheckBoxText
();
...
...
rsc/source/parser/rscinit.cxx
Dosyayı görüntüle @
bddd6d82
...
...
@@ -94,7 +94,6 @@ void RscTypCont::Init()
RscTop
*
pClassMenuItem
;
RscTop
*
pClassMenu
;
RscTop
*
pClassMessBox
;
RscTop
*
pClassWarningBox
;
RscTop
*
pClassSplitter
;
RscTop
*
pClassSplitWindow
;
RscTop
*
pClassSpinButton
;
...
...
@@ -468,13 +467,6 @@ void RscTypCont::Init()
pClassMessBox
=
InitClassMessBox
(
pClassMgr
,
pMessButtons
,
pMessDefButton
);
pRoot
->
Insert
(
pClassMessBox
);
// Klasse anlegen
nId
=
pHS
->
getID
(
"WarningBox"
);
pClassWarningBox
=
new
RscClass
(
nId
,
RSC_WARNINGBOX
,
pClassMessBox
);
pClassWarningBox
->
SetCallPar
(
*
pWinPar1
,
*
pWinPar2
,
*
pWinParType
);
aNmTb
.
Put
(
nId
,
CLASSNAME
,
pClassWarningBox
);
pRoot
->
Insert
(
pClassWarningBox
);
}
{
pClassSplitter
=
InitClassSplitter
(
pClassWindow
);
...
...
vcl/source/window/msgbox.cxx
Dosyayı görüntüle @
bddd6d82
...
...
@@ -448,12 +448,6 @@ WarningBox::WarningBox( Window* pParent, WinBits nStyle,
ImplInitWarningBoxData
();
}
WarningBox
::
WarningBox
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
MessBox
(
pParent
,
rResId
.
SetRT
(
RSC_WARNINGBOX
)
)
{
ImplInitWarningBoxData
();
}
void
WarningBox
::
SetDefaultCheckBoxText
()
{
ResMgr
*
pResMgr
=
ImplGetResMgr
();
...
...
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