diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-23 11:12:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-23 14:58:01 +0000 |
commit | d3e42606765cb4c44c8f876a61def608fa24a757 (patch) | |
tree | 195788149dd817091ae4ca250a7ab639e64ecebe /sot | |
parent | 788a19ceff33e347a8f3ee104084391c288db52d (diff) |
ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/object.hxx | 4 |
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(); |