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
891e9807
Kaydet (Commit)
891e9807
authored
Mar 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around MSC "'override' cannot be used with 'inline'" bug
Change-Id: Ib84508c7617610ff81d3ec29bc5130048e4cecd3
üst
b3b84348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
SlsPageEnumeration.cxx
sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
+4
-4
No files found.
sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
Dosyayı görüntüle @
891e9807
...
...
@@ -37,12 +37,12 @@ public:
/** Create a copy of the called enumeration object.
*/
SAL_WNODEPRECATED_DECLARATIONS_PUSH
virtual
inline
::
std
::
auto_ptr
<
Enumeration
<
SharedPageDescriptor
>
>
Clone
(
void
)
SAL_OVERRIDE
;
virtual
::
std
::
auto_ptr
<
Enumeration
<
SharedPageDescriptor
>
>
Clone
(
void
)
SAL_OVERRIDE
;
SAL_WNODEPRECATED_DECLARATIONS_POP
virtual
inline
bool
HasMoreElements
(
void
)
const
SAL_OVERRIDE
;
virtual
inline
SharedPageDescriptor
GetNextElement
(
void
)
SAL_OVERRIDE
;
virtual
inline
void
Rewind
(
void
)
SAL_OVERRIDE
;
virtual
bool
HasMoreElements
(
void
)
const
SAL_OVERRIDE
;
virtual
SharedPageDescriptor
GetNextElement
(
void
)
SAL_OVERRIDE
;
virtual
void
Rewind
(
void
)
SAL_OVERRIDE
;
private
:
const
SlideSorterModel
&
mrModel
;
...
...
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