Kaydet (Commit) d3e42606 authored tarafından Caolán McNamara's avatar Caolán McNamara

ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1

üst 788a19ce
...@@ -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();
......
...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment