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
fa709289
Kaydet (Commit)
fa709289
authored
Tem 16, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
this is assigned back to a sal_Int8 anyway
Change-Id: I3b1a4b30da3c538e347758e01dbe2f1cecc4a0e7
üst
59bdafe4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
guisaveas.cxx
sfx2/source/doc/guisaveas.cxx
+3
-3
No files found.
sfx2/source/doc/guisaveas.cxx
Dosyayı görüntüle @
fa709289
...
...
@@ -147,9 +147,9 @@ static sal_uInt16 getSlotIDFromMode( sal_Int8 nStoreMode )
}
static
sal_
u
Int8
getStoreModeFromSlotName
(
const
OUString
&
aSlotName
)
static
sal_Int8
getStoreModeFromSlotName
(
const
OUString
&
aSlotName
)
{
sal_
u
Int8
nResult
=
0
;
sal_Int8
nResult
=
0
;
if
(
aSlotName
==
"ExportTo"
)
nResult
=
EXPORT_REQUESTED
;
else
if
(
aSlotName
==
"ExportToPDF"
)
...
...
@@ -161,7 +161,7 @@ static sal_uInt8 getStoreModeFromSlotName( const OUString& aSlotName )
else
if
(
aSlotName
==
"SaveAs"
)
nResult
=
SAVEAS_REQUESTED
;
else
if
(
aSlotName
==
"SaveAsRemote"
)
nResult
=
static_cast
<
sal_uInt8
>
(
SAVEASREMOTE_REQUESTED
)
;
nResult
=
SAVEASREMOTE_REQUESTED
;
else
throw
task
::
ErrorCodeIOException
(
(
"getStoreModeFromSlotName(
\"
"
+
aSlotName
...
...
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