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
7185e84b
Kaydet (Commit)
7185e84b
authored
Ock 25, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1266510 Useless call
Change-Id: I4e3127243b103ea77a56aa9cfbcb61793a644ce3
üst
80c0d3de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
bindings.cxx
sfx2/source/control/bindings.cxx
+0
-1
viewfrm.cxx
sfx2/source/view/viewfrm.cxx
+2
-4
No files found.
sfx2/source/control/bindings.cxx
Dosyayı görüntüle @
7185e84b
...
@@ -1106,7 +1106,6 @@ const SfxPoolItem* SfxBindings::Execute_Impl( sal_uInt16 nId, const SfxPoolItem*
...
@@ -1106,7 +1106,6 @@ const SfxPoolItem* SfxBindings::Execute_Impl( sal_uInt16 nId, const SfxPoolItem*
SfxDispatcher
&
rDispatcher
=
*
pDispatcher
;
SfxDispatcher
&
rDispatcher
=
*
pDispatcher
;
rDispatcher
.
Flush
();
rDispatcher
.
Flush
();
rDispatcher
.
GetFrame
();
// -Wall is this required???
// get SlotServer (Slot+ShellLevel) and Shell from cache
// get SlotServer (Slot+ShellLevel) and Shell from cache
::
boost
::
scoped_ptr
<
SfxStateCache
>
xCache
;
::
boost
::
scoped_ptr
<
SfxStateCache
>
xCache
;
...
...
sfx2/source/view/viewfrm.cxx
Dosyayı görüntüle @
7185e84b
...
@@ -845,15 +845,15 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
...
@@ -845,15 +845,15 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
}
}
}
}
void
SfxViewFrame
::
StateReload_Impl
(
SfxItemSet
&
rSet
)
void
SfxViewFrame
::
StateReload_Impl
(
SfxItemSet
&
rSet
)
{
{
SfxObjectShell
*
pSh
=
GetObjectShell
();
SfxObjectShell
*
pSh
=
GetObjectShell
();
if
(
!
pSh
)
if
(
!
pSh
)
{
// I'm just on reload and am yielding myself ...
// I'm just on reload and am yielding myself ...
return
;
return
;
}
GetFrame
().
GetParentFrame
();
SfxWhichIter
aIter
(
rSet
);
SfxWhichIter
aIter
(
rSet
);
for
(
sal_uInt16
nWhich
=
aIter
.
FirstWhich
();
nWhich
;
nWhich
=
aIter
.
NextWhich
()
)
for
(
sal_uInt16
nWhich
=
aIter
.
FirstWhich
();
nWhich
;
nWhich
=
aIter
.
NextWhich
()
)
{
{
...
@@ -925,8 +925,6 @@ void SfxViewFrame::StateReload_Impl( SfxItemSet& rSet )
...
@@ -925,8 +925,6 @@ void SfxViewFrame::StateReload_Impl( SfxItemSet& rSet )
}
}
}
}
void
SfxViewFrame
::
ExecHistory_Impl
(
SfxRequest
&
rReq
)
void
SfxViewFrame
::
ExecHistory_Impl
(
SfxRequest
&
rReq
)
{
{
// Is there an Undo-Manager on the top Shell?
// Is there an Undo-Manager on the top Shell?
...
...
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