summaryrefslogtreecommitdiff
path: root/basic/source/comp/sbcomp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:42:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:42:54 +0000
commita29aef6b480ef0d8c0fcc23b54d0793d73ff7252 (patch)
tree73f9791b9fb5ef818ffbebdc2520aac6d3e5a460 /basic/source/comp/sbcomp.cxx
parent4292c851d60f424c1befd630a390f5d4cb7ebfec (diff)
INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED
2005/12/01 14:56:04 ab 1.9.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:45 ab 1.9.6.1: #i53898# Removed warnings
Diffstat (limited to 'basic/source/comp/sbcomp.cxx')
-rw-r--r--basic/source/comp/sbcomp.cxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx
index 961892f892..48f8201aac 100644
--- a/basic/source/comp/sbcomp.cxx
+++ b/basic/source/comp/sbcomp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbcomp.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2005-09-29 16:17:05 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:42:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,6 @@
*
************************************************************************/
-#ifndef _SV_SVAPP_HXX //autogen
-#include <vcl/svapp.hxx>
-#endif
-#pragma hdrstop
#include <sbx.hxx>
#include "sbcomp.hxx"
#include "image.hxx"
@@ -147,9 +143,9 @@ BOOL SbModule::Compile()
// #i31510 Init other libs only if Basic isn't running
if( pINST == NULL )
{
- SbxObject* pParent = pBasic->GetParent();
- if( pParent )
- pBasic = PTR_CAST(StarBASIC,pParent);
+ SbxObject* pParent_ = pBasic->GetParent();
+ if( pParent_ )
+ pBasic = PTR_CAST(StarBASIC,pParent_);
if( pBasic )
pBasic->ClearAllModuleVars();
}