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
5dc811da
Kaydet (Commit)
5dc811da
authored
May 29, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:redundantcast: const_cast to same type
Change-Id: I226413abb1e87fcb9de21a496b359dd7ef33761d
üst
58389480
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
galbrws2.cxx
svx/source/gallery2/galbrws2.cxx
+1
-1
svdmrkv1.cxx
svx/source/svdraw/svdmrkv1.cxx
+1
-1
svdoole2.cxx
svx/source/svdraw/svdoole2.cxx
+1
-1
No files found.
svx/source/gallery2/galbrws2.cxx
Dosyayı görüntüle @
5dc811da
...
...
@@ -670,7 +670,7 @@ bool GalleryBrowser2::KeyInput( const KeyEvent& rKEvt, vcl::Window* pWindow )
sal_uInt16
nExecuteId
=
0
;
INetURLObject
aURL
;
const_cast
<
GalleryTheme
*
>
(
mpCurTheme
)
->
GetURL
(
nItemId
-
1
,
aURL
);
mpCurTheme
->
GetURL
(
nItemId
-
1
,
aURL
);
const
bool
bValidURL
=
(
aURL
.
GetProtocol
()
!=
INetProtocol
::
NotValid
);
bool
bPreview
=
bValidURL
;
...
...
svx/source/svdraw/svdmrkv1.cxx
Dosyayı görüntüle @
5dc811da
...
...
@@ -475,7 +475,7 @@ bool SdrMarkView::PickGluePoint(const Point& rPnt, SdrObject*& rpObj, sal_uInt16
if
(
!
IsGluePointEditMode
())
return
false
;
bool
bBack
(
nOptions
&
SdrSearchOptions
::
BACKWARD
);
bool
bNext
(
nOptions
&
SdrSearchOptions
::
NEXT
);
OutputDevice
*
pOut
=
const_cast
<
OutputDevice
*>
(
pActualOutDev
.
get
()
);
OutputDevice
*
pOut
=
pActualOutDev
.
get
(
);
if
(
pOut
==
NULL
)
pOut
=
GetFirstOutputDevice
();
if
(
pOut
==
NULL
)
return
false
;
SortMarkedObjects
();
...
...
svx/source/svdraw/svdoole2.cxx
Dosyayı görüntüle @
5dc811da
...
...
@@ -933,7 +933,7 @@ bool SdrOle2Obj::UpdateLinkURL_Impl()
sfx2
::
LinkManager
::
GetDisplayNames
(
mpImpl
->
mpObjectLink
,
0
,
&
aNewLinkURL
,
0
,
0
);
if
(
!
aNewLinkURL
.
equalsIgnoreAsciiCase
(
mpImpl
->
maLinkURL
)
)
{
const_cast
<
SdrOle2Obj
*>
(
this
)
->
GetObjRef_Impl
();
GetObjRef_Impl
();
uno
::
Reference
<
embed
::
XCommonEmbedPersist
>
xPersObj
(
mpImpl
->
mxObjRef
.
GetObject
(),
uno
::
UNO_QUERY
);
OSL_ENSURE
(
xPersObj
.
is
(),
"The object must exist!
\n
"
);
if
(
xPersObj
.
is
()
)
...
...
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