[Libreoffice-commits] .: basic/inc

Takeshi Abe tabe at kemper.freedesktop.org
Tue Jan 24 10:08:25 PST 2012


 basic/inc/basic/sbxvar.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit ebe3e061ac80584b5ff9b6b190b1fe2a78b73c99
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Jan 25 03:07:13 2012 +0900

    Removed unused field and non-existent class

diff --git a/basic/inc/basic/sbxvar.hxx b/basic/inc/basic/sbxvar.hxx
index 08e8002..2416216 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;


More information about the Libreoffice-commits mailing list