diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-25 03:07:13 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-25 03:07:58 +0900 |
commit | ebe3e061ac80584b5ff9b6b190b1fe2a78b73c99 (patch) | |
tree | 251a01a881d09e1ce001cb977e6c32a7dfb17fc2 /basic | |
parent | 9b55eeba78d4e6418750a12c3dad4b42e2dd3f03 (diff) |
Removed unused field and non-existent class
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/basic/sbxvar.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; |