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
c4f46a2c
Kaydet (Commit)
c4f46a2c
authored
May 14, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unneccessary argument from CreateScHFEditDlg
Change-Id: I2e2fa80678375d49ea4b100515eecd932a79b471
üst
ee47dfa4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
17 deletions
+3
-17
scabstdlg.hxx
sc/inc/scabstdlg.hxx
+0
-1
scdlgfact.cxx
sc/source/ui/attrdlg/scdlgfact.cxx
+2
-14
scdlgfact.hxx
sc/source/ui/attrdlg/scdlgfact.hxx
+0
-1
docsh4.cxx
sc/source/ui/docshell/docsh4.cxx
+1
-1
No files found.
sc/inc/scabstdlg.hxx
Dosyayı görüntüle @
c4f46a2c
...
...
@@ -492,7 +492,6 @@ public:
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
,
const
String
&
rPageStyle
,
int
nId
,
sal_uInt16
nResId
=
RID_SCDLG_HFEDIT
)
=
0
;
virtual
SfxAbstractTabDialog
*
CreateScStyleDlg
(
Window
*
pParent
,
//add for ScStyleDlg
...
...
sc/source/ui/attrdlg/scdlgfact.cxx
Dosyayı görüntüle @
c4f46a2c
...
...
@@ -1238,22 +1238,10 @@ SfxAbstractTabDialog * ScAbstractDialogFactory_Impl::CreateScHFEditDlg( SfxViewF
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
,
const
String
&
rPageStyle
,
int
nId
,
sal_uInt16
nResId
)
{
SfxTabDialog
*
pDlg
=
NULL
;
switch
(
nId
)
{
case
RID_SCDLG_HFEDIT
:
pDlg
=
new
ScHFEditDlg
(
pFrame
,
pParent
,
rCoreSet
,
rPageStyle
,
nResId
);
break
;
default
:
break
;
}
if
(
pDlg
)
return
new
ScAbstractTabDialog_Impl
(
pDlg
);
return
0
;
SfxTabDialog
*
pDlg
=
new
ScHFEditDlg
(
pFrame
,
pParent
,
rCoreSet
,
rPageStyle
,
nResId
);
return
new
ScAbstractTabDialog_Impl
(
pDlg
);
}
...
...
sc/source/ui/attrdlg/scdlgfact.hxx
Dosyayı görüntüle @
c4f46a2c
...
...
@@ -559,7 +559,6 @@ public:
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
,
const
String
&
rPageStyle
,
int
nId
,
sal_uInt16
nResId
=
RID_SCDLG_HFEDIT
);
virtual
SfxAbstractTabDialog
*
CreateScStyleDlg
(
Window
*
pParent
,
//add for ScStyleDlg
...
...
sc/source/ui/docshell/docsh4.cxx
Dosyayı görüntüle @
c4f46a2c
...
...
@@ -1706,7 +1706,7 @@ void ScDocShell::ExecutePageStyle( SfxViewShell& rCaller,
GetActiveDialogParent
(),
rStyleSet
,
aStr
,
RID_SCDLG_HFEDIT
,
nResId
);
nResId
);
OSL_ENSURE
(
pDlg
,
"Dialog create fail!"
);
if
(
pDlg
->
Execute
()
==
RET_OK
)
{
...
...
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