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
918d1541
Kaydet (Commit)
918d1541
authored
Eki 31, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix fractured indent
Change-Id: I7c7f951b352ed2e9ef7604a5be324223f21e96dd
üst
79b9cd76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
appserv.cxx
sfx2/source/appl/appserv.cxx
+8
-8
No files found.
sfx2/source/appl/appserv.cxx
Dosyayı görüntüle @
918d1541
...
...
@@ -351,7 +351,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
RID_SVXDLG_CUSTOMIZE
,
NULL
,
&
aSet
,
xFrame
);
if
(
pDlg
)
if
(
pDlg
)
{
const
short
nRet
=
pDlg
->
Execute
();
...
...
@@ -528,13 +528,13 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
case
SID_ABOUT
:
{
SfxAbstractDialogFactory
*
pFact
=
SfxAbstractDialogFactory
::
Create
();
SfxAbstractDialogFactory
*
pFact
=
SfxAbstractDialogFactory
::
Create
();
if
(
pFact
)
{
VclAbstractDialog
*
pDlg
=
pFact
->
CreateVclDialog
(
0
,
RID_DEFAULTABOUT
);
pDlg
->
Execute
();
delete
pDlg
;
bDone
=
true
;
bDone
=
true
;
}
break
;
}
...
...
@@ -1039,8 +1039,8 @@ void SfxApplication::OfaExec_Impl( SfxRequest& rReq )
{
VclAbstractDialog
*
pDlg
=
pFact
->
CreateFrameDialog
(
NULL
,
xFrame
,
rReq
.
GetSlot
(),
sPageURL
);
short
nRet
=
pDlg
->
Execute
();
delete
pDlg
;
short
nRet
=
pDlg
->
Execute
();
delete
pDlg
;
SfxViewFrame
*
pView
=
SfxViewFrame
::
GetFirst
();
while
(
pView
)
{
...
...
@@ -1315,9 +1315,9 @@ void SfxApplication::OfaExec_Impl( SfxRequest& rReq )
if
(
pSet
&&
pSet
->
GetItemState
(
pSetPool
->
GetWhich
(
SID_AUTO_CORRECT_DLG
),
sal_False
,
&
pItem
)
==
SFX_ITEM_SET
)
aSet
.
Put
(
*
pItem
);
SfxAbstractTabDialog
*
pDlg
=
pFact
->
CreateTabDialog
(
RID_OFA_AUTOCORR_DLG
,
NULL
,
&
aSet
,
NULL
);
pDlg
->
Execute
();
delete
pDlg
;
SfxAbstractTabDialog
*
pDlg
=
pFact
->
CreateTabDialog
(
RID_OFA_AUTOCORR_DLG
,
NULL
,
&
aSet
,
NULL
);
pDlg
->
Execute
();
delete
pDlg
;
}
break
;
...
...
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