From d3e42606765cb4c44c8f876a61def608fa24a757 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Mar 2012 11:12:10 +0000 Subject: ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1 --- tools/inc/tools/ref.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/inc') 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: -- cgit