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
82653085
Kaydet (Commit)
82653085
authored
Eyl 29, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl/osx: std::auto_ptr -> std::unique_ptr
Change-Id: If54aaffc6d88569220c4f1747926aae3199946b8
üst
9c88837f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DataFlavorMapping.hxx
vcl/osx/DataFlavorMapping.hxx
+1
-1
DragSource.cxx
vcl/osx/DragSource.cxx
+1
-1
No files found.
vcl/osx/DataFlavorMapping.hxx
Dosyayı görüntüle @
82653085
...
...
@@ -52,7 +52,7 @@ public:
virtual
com
::
sun
::
star
::
uno
::
Any
getOOoData
()
=
0
;
};
typedef
std
::
auto
_ptr
<
DataProvider
>
DataProviderPtr_t
;
typedef
std
::
unique
_ptr
<
DataProvider
>
DataProviderPtr_t
;
class
DataFlavorMapper
{
...
...
vcl/osx/DragSource.cxx
Dosyayı görüntüle @
82653085
...
...
@@ -234,7 +234,7 @@ void SAL_CALL DragSource::startDrag(const DragGestureEvent& trigger,
m_MouseButton
=
mMouseEvent
.
Buttons
;
mXDragSrcListener
=
listener
;
mXCurrentContext
=
static_cast
<
XDragSourceContext
*>
(
new
DragSourceContext
);
auto
_ptr
<
AquaClipboard
>
clipb
(
new
AquaClipboard
(
NULL
,
false
));
unique
_ptr
<
AquaClipboard
>
clipb
(
new
AquaClipboard
(
NULL
,
false
));
g_XTransferable
=
transferable
;
clipb
->
setContents
(
g_XTransferable
,
uno
::
Reference
<
XClipboardOwner
>
());
mDragSourceActions
=
sourceActions
;
...
...
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