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
bd8be4ea
Kaydet (Commit)
bd8be4ea
authored
Mar 16, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't paste content if user cancels html import, fdo#47393
üst
3297ce2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
viewfun5.cxx
sc/source/ui/view/viewfun5.cxx
+7
-1
No files found.
sc/source/ui/view/viewfun5.cxx
Dosyayı görüntüle @
bd8be4ea
...
@@ -323,9 +323,15 @@ sal_Bool ScViewFunc::PasteDataFormat( sal_uLong nFormatId,
...
@@ -323,9 +323,15 @@ sal_Bool ScViewFunc::PasteDataFormat( sal_uLong nFormatId,
aOptions
.
SetDetectSpecialNumber
(
pDlg
->
IsDateConversionSet
());
aOptions
.
SetDetectSpecialNumber
(
pDlg
->
IsDateConversionSet
());
aObj
.
SetExtOptions
(
aOptions
);
aObj
.
SetExtOptions
(
aOptions
);
}
}
else
{
// prevent error dialog for user cancel action
bRet
=
true
;
}
}
}
if
(
!
bRet
)
bRet
=
aObj
.
ImportStream
(
*
xStream
,
String
(),
nFormatId
);
// mba: clipboard always must contain absolute URLs (could be from alien source)
// mba: clipboard always must contain absolute URLs (could be from alien source)
bRet
=
aObj
.
ImportStream
(
*
xStream
,
String
(),
nFormatId
);
}
}
else
if
(
nFormatId
==
FORMAT_STRING
&&
aDataHelper
.
GetString
(
nFormatId
,
aStr
))
else
if
(
nFormatId
==
FORMAT_STRING
&&
aDataHelper
.
GetString
(
nFormatId
,
aStr
))
{
{
...
...
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