[Libreoffice-commits] .: basic/inc
Joseph Powers
jpowers at kemper.freedesktop.org
Wed Dec 15 07:37:27 PST 2010
basic/inc/basic/sbxbase.hxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 2786dcb830eee6160912ad978593cf65c179a493
Author: Joseph Powers <jpowers27 at cox.net>
Date: Wed Dec 15 07:36:52 2010 -0800
Remove DECLARE_LIST(SbxVarList_Impl, SbxVariable*)
It seems that aVars was never used. And yes, I double checked this time.
diff --git a/basic/inc/basic/sbxbase.hxx b/basic/inc/basic/sbxbase.hxx
index 2925f99..45ed25c 100644
--- a/basic/inc/basic/sbxbase.hxx
+++ b/basic/inc/basic/sbxbase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,14 +39,12 @@ class SbxVariable;
class SbxBasicFormater;
SV_DECL_PTRARR_DEL(SbxFacs,SbxFactory*,5,5)
-DECLARE_LIST(SbxVarList_Impl, SbxVariable*)
// AppData-Struktur for SBX:
struct SbxAppData
{
SbxError eSbxError; // Error code
SbxFacs aFacs; // Factories
- SbxVarList_Impl aVars; // for Dump
SbxBasicFormater *pBasicFormater; // Pointer to Format()-Command helper class
LanguageType eBasicFormaterLangType;
More information about the Libreoffice-commits
mailing list