summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sot/inc/sot/object.hxx4
-rw-r--r--tools/inc/tools/ref.hxx4
2 files changed, 0 insertions, 8 deletions
diff --git a/sot/inc/sot/object.hxx b/sot/inc/sot/object.hxx
index 326d651b6ea6..239a4cd69d63 100644
--- a/sot/inc/sot/object.hxx
+++ b/sot/inc/sot/object.hxx
@@ -289,11 +289,7 @@ friend class SvObject;
bSVObject:1, // Ist Proxy, dann TRUE wenn andere Seite SV ist
bInClose:1; // TRUE, im DoClose
-#if defined (GCC) && (defined (C281) || defined (C290) || defined (C291))
-public:
-#else
protected:
-#endif
virtual ~SotObject();
void SetExtern() { bOwner = sal_False; }
virtual sal_Bool Close();
diff --git a/tools/inc/tools/ref.hxx b/tools/inc/tools/ref.hxx
index 24fb9627de5a..c30fe395c052 100644
--- a/tools/inc/tools/ref.hxx
+++ b/tools/inc/tools/ref.hxx
@@ -343,11 +343,7 @@ public:\
class TOOLS_DLLPUBLIC SvRefBase
{
sal_uIntPtr nRefCount;
-#if defined (GCC) && (defined (C281) || defined (C290) || defined (C291))
-public:
-#else
protected:
-#endif
virtual ~SvRefBase();
virtual void QueryDelete();
public: