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
ae92b273
Kaydet (Commit)
ae92b273
authored
Eki 15, 2012
tarafından
Xisco Fauli
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pyfax: remove duplicate code
Change-Id: I79230db9b393f4548be6aee753fed80a4416f270
üst
a7181f0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
FaxWizardDialogImpl.py
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+0
-4
No files found.
wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
Dosyayı görüntüle @
ae92b273
...
@@ -150,9 +150,6 @@ class FaxWizardDialogImpl(FaxWizardDialog):
...
@@ -150,9 +150,6 @@ class FaxWizardDialogImpl(FaxWizardDialog):
def
finishWizard
(
self
):
def
finishWizard
(
self
):
self
.
switchToStep
(
self
.
getCurrentStep
(),
self
.
nMaxStep
)
self
.
switchToStep
(
self
.
getCurrentStep
(),
self
.
nMaxStep
)
self
.
myFaxDoc
.
setWizardTemplateDocInfo
(
\
self
.
resources
.
resFaxWizardDialog_title
,
self
.
resources
.
resTemplateDescription
)
endWizard
=
True
endWizard
=
True
try
:
try
:
fileAccess
=
FileAccess
(
self
.
xMSF
)
fileAccess
=
FileAccess
(
self
.
xMSF
)
...
@@ -299,7 +296,6 @@ class FaxWizardDialogImpl(FaxWizardDialog):
...
@@ -299,7 +296,6 @@ class FaxWizardDialogImpl(FaxWizardDialog):
self
.
sWorkPath
=
FileAccess
.
getOfficePath2
(
xMSF
,
"Work"
,
""
,
""
)
self
.
sWorkPath
=
FileAccess
.
getOfficePath2
(
xMSF
,
"Work"
,
""
,
""
)
self
.
BusinessFiles
=
FileAccess
.
getFolderTitles
(
xMSF
,
"bus"
,
self
.
BusinessFiles
=
FileAccess
.
getFolderTitles
(
xMSF
,
"bus"
,
self
.
sFaxPath
,
self
.
resources
.
dictBusinessTemplate
)
self
.
sFaxPath
,
self
.
resources
.
dictBusinessTemplate
)
print
self
.
BusinessFiles
self
.
PrivateFiles
=
FileAccess
.
getFolderTitles
(
xMSF
,
"pri"
,
self
.
PrivateFiles
=
FileAccess
.
getFolderTitles
(
xMSF
,
"pri"
,
self
.
sFaxPath
,
self
.
resources
.
dictPrivateTemplate
)
self
.
sFaxPath
,
self
.
resources
.
dictPrivateTemplate
)
...
...
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