summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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: