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
f2478305
Kaydet (Commit)
f2478305
authored
Kas 26, 2010
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
undoapi: assert unknown slots in ImplInvalidateFeature
üst
20d1bd11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
genericcontroller.cxx
dbaccess/source/ui/browser/genericcontroller.cxx
+12
-0
No files found.
dbaccess/source/ui/browser/genericcontroller.cxx
Dosyayı görüntüle @
f2478305
...
...
@@ -704,6 +704,18 @@ void OGenericUnoController::InvalidateFeature_Impl()
// -----------------------------------------------------------------------
void
OGenericUnoController
::
ImplInvalidateFeature
(
sal_Int32
_nId
,
const
Reference
<
XStatusListener
>&
_xListener
,
sal_Bool
_bForceBroadcast
)
{
#if OSL_DEBUG_LEVEL > 0
if
(
_nId
!=
-
1
)
{
SupportedFeatures
::
iterator
aFeaturePos
=
::
std
::
find_if
(
m_aSupportedFeatures
.
begin
(),
m_aSupportedFeatures
.
end
(),
::
std
::
bind2nd
(
CompareFeatureById
(),
_nId
)
);
OSL_ENSURE
(
aFeaturePos
!=
m_aSupportedFeatures
.
end
(),
"OGenericUnoController::ImplInvalidateFeature: invalidating an unsupported feature is suspicious, at least!"
);
}
#endif
FeatureListener
aListener
;
aListener
.
nId
=
_nId
;
aListener
.
xListener
=
_xListener
;
...
...
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