summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sot/object.hxx4
1 files changed, 0 insertions, 4 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();