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
a7458fba
Kaydet (Commit)
a7458fba
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: I4aeccc3957048a40e705654bf6b9972cc03648b6
üst
8e4560e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tablecontainer.hxx
dbaccess/source/core/inc/tablecontainer.hxx
+2
-2
viewcontainer.hxx
dbaccess/source/core/inc/viewcontainer.hxx
+2
-2
No files found.
dbaccess/source/core/inc/tablecontainer.hxx
Dosyayı görüntüle @
a7458fba
...
@@ -63,8 +63,8 @@ namespace dbaccess
...
@@ -63,8 +63,8 @@ namespace dbaccess
virtual
void
SAL_CALL
disposing
()
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
()
SAL_OVERRIDE
;
inline
virtual
void
SAL_CALL
acquire
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
acquire
();}
virtual
void
SAL_CALL
acquire
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
acquire
();}
inline
virtual
void
SAL_CALL
release
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
release
();}
virtual
void
SAL_CALL
release
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
release
();}
// ::com::sun::star::lang::XServiceInfo
// ::com::sun::star::lang::XServiceInfo
DECLARE_SERVICE_INFO
();
DECLARE_SERVICE_INFO
();
...
...
dbaccess/source/core/inc/viewcontainer.hxx
Dosyayı görüntüle @
a7458fba
...
@@ -74,8 +74,8 @@ namespace dbaccess
...
@@ -74,8 +74,8 @@ namespace dbaccess
virtual
OUString
getTableTypeRestriction
()
const
SAL_OVERRIDE
;
virtual
OUString
getTableTypeRestriction
()
const
SAL_OVERRIDE
;
private
:
private
:
inline
virtual
void
SAL_CALL
acquire
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
acquire
();}
virtual
void
SAL_CALL
acquire
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
acquire
();}
inline
virtual
void
SAL_CALL
release
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
release
();}
virtual
void
SAL_CALL
release
()
throw
()
SAL_OVERRIDE
{
OFilteredContainer
::
release
();}
// ::com::sun::star::lang::XServiceInfo
// ::com::sun::star::lang::XServiceInfo
DECLARE_SERVICE_INFO
();
DECLARE_SERVICE_INFO
();
...
...
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