From ebe3e061ac80584b5ff9b6b190b1fe2a78b73c99 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 25 Jan 2012 03:07:13 +0900 Subject: Removed unused field and non-existent class --- basic/inc/basic/sbxvar.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'basic') diff --git a/basic/inc/basic/sbxvar.hxx b/basic/inc/basic/sbxvar.hxx index 08e80026ae37..2416216ede0f 100644 --- a/basic/inc/basic/sbxvar.hxx +++ b/basic/inc/basic/sbxvar.hxx @@ -106,12 +106,8 @@ struct SbxValues struct SbxValues; -class SbxValueImpl; - class BASIC_DLLPUBLIC SbxValue : public SbxBase { - SbxValueImpl* mpSbxValueImplImpl; // Impl data - // #55226 Transport additional infos BASIC_DLLPRIVATE SbxValue* TheRealValue( sal_Bool bObjInObjError ) const; BASIC_DLLPRIVATE SbxValue* TheRealValue() const; -- cgit