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
77b4fb59
Kaydet (Commit)
77b4fb59
authored
Nis 22, 2008
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS hr50 (1.31.18); FILE MERGED
2008/04/10 16:58:47 hr 1.31.18.1: #i86574#: fix warning (gcc-4.2.3)
üst
fd1055e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
guisaveas.cxx
sfx2/source/doc/guisaveas.cxx
+3
-2
No files found.
sfx2/source/doc/guisaveas.cxx
Dosyayı görüntüle @
77b4fb59
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
* OpenOffice.org - a multi-platform office productivity suite
*
*
* $RCSfile: guisaveas.cxx,v $
* $RCSfile: guisaveas.cxx,v $
* $Revision: 1.3
5
$
* $Revision: 1.3
6
$
*
*
* This file is part of OpenOffice.org.
* This file is part of OpenOffice.org.
*
*
...
@@ -124,8 +124,9 @@ static sal_uInt16 getSlotIDFromMode( sal_Int8 nStoreMode )
...
@@ -124,8 +124,9 @@ static sal_uInt16 getSlotIDFromMode( sal_Int8 nStoreMode )
nResult
=
SID_DIRECTEXPORTDOCASPDF
;
nResult
=
SID_DIRECTEXPORTDOCASPDF
;
else
if
(
nStoreMode
==
SAVEAS_REQUESTED
||
nStoreMode
==
(
EXPORT_REQUESTED
|
WIDEEXPORT_REQUESTED
)
)
else
if
(
nStoreMode
==
SAVEAS_REQUESTED
||
nStoreMode
==
(
EXPORT_REQUESTED
|
WIDEEXPORT_REQUESTED
)
)
nResult
=
SID_SAVEASDOC
;
nResult
=
SID_SAVEASDOC
;
else
else
{
DBG_ASSERT
(
sal_False
,
"Unacceptable slot name is provided!
\n
"
);
DBG_ASSERT
(
sal_False
,
"Unacceptable slot name is provided!
\n
"
);
}
return
nResult
;
return
nResult
;
}
}
...
...
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