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
dd9874f5
Kaydet (Commit)
dd9874f5
authored
Haz 15, 2001
tarafından
Peter Burow
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix: #88014# gpf in dispose() fixed
üst
fa39541d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
frame.cxx
framework/source/services/frame.cxx
+4
-3
No files found.
framework/source/services/frame.cxx
Dosyayı görüntüle @
dd9874f5
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: frame.cxx,v $
*
* $Revision: 1.3
0
$
* $Revision: 1.3
1
$
*
* last change: $Author: pb $ $Date: 2001-06-15
09:41:19
$
* last change: $Author: pb $ $Date: 2001-06-15
11:26:25
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -364,7 +364,8 @@ Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFac
//-------------------------------------------------------------------------------------------------------------
// Initialize a the drop target listener.
m_xDropTargetListener
=
new
DropTargetListener
(
this
);
DropTargetListener
*
pListener
=
new
DropTargetListener
(
this
);
m_xDropTargetListener
=
css
::
uno
::
Reference
<
css
::
datatransfer
::
dnd
::
XDropTargetListener
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
pListener
),
css
::
uno
::
UNO_QUERY
);
// Don't forget it - or we live for ever!
--
m_refCount
;
...
...
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