summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-23 11:12:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-23 14:58:01 +0000
commitd3e42606765cb4c44c8f876a61def608fa24a757 (patch)
tree195788149dd817091ae4ca250a7ab639e64ecebe /tools
parent788a19ceff33e347a8f3ee104084391c288db52d (diff)
ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/ref.hxx4
1 files changed, 0 insertions, 4 deletions
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: