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
d3e42606
Kaydet (Commit)
d3e42606
authored
Mar 23, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1
üst
788a19ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
object.hxx
sot/inc/sot/object.hxx
+0
-4
ref.hxx
tools/inc/tools/ref.hxx
+0
-4
No files found.
sot/inc/sot/object.hxx
Dosyayı görüntüle @
d3e42606
...
@@ -289,11 +289,7 @@ friend class SvObject;
...
@@ -289,11 +289,7 @@ friend class SvObject;
bSVObject
:
1
,
// Ist Proxy, dann TRUE wenn andere Seite SV ist
bSVObject
:
1
,
// Ist Proxy, dann TRUE wenn andere Seite SV ist
bInClose
:
1
;
// TRUE, im DoClose
bInClose
:
1
;
// TRUE, im DoClose
#if defined (GCC) && (defined (C281) || defined (C290) || defined (C291))
public
:
#else
protected
:
protected
:
#endif
virtual
~
SotObject
();
virtual
~
SotObject
();
void
SetExtern
()
{
bOwner
=
sal_False
;
}
void
SetExtern
()
{
bOwner
=
sal_False
;
}
virtual
sal_Bool
Close
();
virtual
sal_Bool
Close
();
...
...
tools/inc/tools/ref.hxx
Dosyayı görüntüle @
d3e42606
...
@@ -343,11 +343,7 @@ public:\
...
@@ -343,11 +343,7 @@ public:\
class
TOOLS_DLLPUBLIC
SvRefBase
class
TOOLS_DLLPUBLIC
SvRefBase
{
{
sal_uIntPtr
nRefCount
;
sal_uIntPtr
nRefCount
;
#if defined (GCC) && (defined (C281) || defined (C290) || defined (C291))
public
:
#else
protected
:
protected
:
#endif
virtual
~
SvRefBase
();
virtual
~
SvRefBase
();
virtual
void
QueryDelete
();
virtual
void
QueryDelete
();
public
:
public
:
...
...
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