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
8de06dd9
Kaydet (Commit)
8de06dd9
authored
Eyl 23, 2009
tarafından
Ivo Hinkelmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i10000# fixed crash cause by dtrans move
üst
acb87ad2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
sdmod.cxx
sd/source/ui/app/sdmod.cxx
+5
-0
sdxfer.cxx
sd/source/ui/app/sdxfer.cxx
+3
-0
No files found.
sd/source/ui/app/sdmod.cxx
Dosyayı görüntüle @
8de06dd9
...
@@ -131,6 +131,11 @@ SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
...
@@ -131,6 +131,11 @@ SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
SdModule
::~
SdModule
()
SdModule
::~
SdModule
()
{
{
// Mark the module in the global AppData structure as deleted.
SdModule
**
ppShellPointer
=
(
SdModule
**
)
GetAppData
(
SHL_DRAW
);
if
(
ppShellPointer
!=
NULL
)
(
*
ppShellPointer
)
=
NULL
;
delete
pSearchItem
;
delete
pSearchItem
;
if
(
pNumberFormatter
)
if
(
pNumberFormatter
)
...
...
sd/source/ui/app/sdxfer.cxx
Dosyayı görüntüle @
8de06dd9
...
@@ -481,6 +481,9 @@ void SdTransferable::AddSupportedFormats()
...
@@ -481,6 +481,9 @@ void SdTransferable::AddSupportedFormats()
sal_Bool
SdTransferable
::
GetData
(
const
DataFlavor
&
rFlavor
)
sal_Bool
SdTransferable
::
GetData
(
const
DataFlavor
&
rFlavor
)
{
{
if
(
SD_MOD
()
==
NULL
)
return
sal_False
;
sal_uInt32
nFormat
=
SotExchange
::
GetFormat
(
rFlavor
);
sal_uInt32
nFormat
=
SotExchange
::
GetFormat
(
rFlavor
);
sal_Bool
bOK
=
sal_False
;
sal_Bool
bOK
=
sal_False
;
...
...
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