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
86fc293a
Kaydet (Commit)
86fc293a
authored
Mar 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need for SortedDynamicResultSet::impl_* to be virtual
Change-Id: Ib9b84b7ac3205498c0502945b26c40a75e97c935
üst
8ad74d88
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sortdynres.cxx
ucb/source/sorter/sortdynres.cxx
+2
-2
sortdynres.hxx
ucb/source/sorter/sortdynres.hxx
+2
-2
No files found.
ucb/source/sorter/sortdynres.cxx
Dosyayı görüntüle @
86fc293a
...
@@ -287,7 +287,7 @@ sal_Int16 SAL_CALL SortedDynamicResultSet::getCapabilities()
...
@@ -287,7 +287,7 @@ sal_Int16 SAL_CALL SortedDynamicResultSet::getCapabilities()
update call at once is, while he disposes his broadcaster or while he is
update call at once is, while he disposes his broadcaster or while he is
removing himsef as listener (otherwise you deadlock)!!!
removing himsef as listener (otherwise you deadlock)!!!
*/
*/
void
S
AL_CALL
S
ortedDynamicResultSet
::
impl_notify
(
const
ListEvent
&
Changes
)
void
SortedDynamicResultSet
::
impl_notify
(
const
ListEvent
&
Changes
)
throw
(
RuntimeException
)
throw
(
RuntimeException
)
{
{
osl
::
Guard
<
osl
::
Mutex
>
aGuard
(
maMutex
);
osl
::
Guard
<
osl
::
Mutex
>
aGuard
(
maMutex
);
...
@@ -417,7 +417,7 @@ void SAL_CALL SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
...
@@ -417,7 +417,7 @@ void SAL_CALL SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
// XEventListener
// XEventListener
void
S
AL_CALL
S
ortedDynamicResultSet
::
impl_disposing
(
const
EventObject
&
)
void
SortedDynamicResultSet
::
impl_disposing
(
const
EventObject
&
)
throw
(
RuntimeException
)
throw
(
RuntimeException
)
{
{
mxListener
.
clear
();
mxListener
.
clear
();
...
...
ucb/source/sorter/sortdynres.hxx
Dosyayı görüntüle @
86fc293a
...
@@ -126,10 +126,10 @@ public:
...
@@ -126,10 +126,10 @@ public:
// own methods:
// own methods:
v
irtual
void
SAL_CALL
impl_disposing
(
const
css
::
lang
::
EventObject
&
Source
)
v
oid
impl_disposing
(
const
css
::
lang
::
EventObject
&
Source
)
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
);
v
irtual
void
SAL_CALL
impl_notify
(
const
css
::
ucb
::
ListEvent
&
Changes
)
v
oid
impl_notify
(
const
css
::
ucb
::
ListEvent
&
Changes
)
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
);
};
};
...
...
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