summaryrefslogtreecommitdiff
path: root/basic/source/app/appbased.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:33:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:33:17 +0000
commit466bd7484f56e5bf8289b6886b5d6e47ee511ed2 (patch)
tree2cf9992ba3d277108f5fccc5a29c18a3c66836f7 /basic/source/app/appbased.cxx
parent71a46b07f3d70be8847da5c9801095b0287d3d87 (diff)
INTEGRATION: CWS warnings01 (1.8.28); FILE MERGED
2005/11/18 09:57:03 gh 1.8.28.1: linux warnings (some more)
Diffstat (limited to 'basic/source/app/appbased.cxx')
-rw-r--r--basic/source/app/appbased.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx
index 1ce4e2de38..ad06daec18 100644
--- a/basic/source/app/appbased.cxx
+++ b/basic/source/app/appbased.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appbased.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:10:07 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:33:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -141,6 +141,7 @@ FileType AppBasEd::GetFileType()
IMPL_LINK_INLINE_START( AppBasEd, EditChange, void *, p )
{
+ (void) p; /* avoid warning about unused parameter */
bCompiled = FALSE;
return TRUE;
}
@@ -289,8 +290,8 @@ void AppBasEd::Run()
{
if ( (pAllModules->Get(i)->GetName()).Copy(0,2).CompareToAscii( "--" ) == COMPARE_EQUAL )
{
- SbxVariableRef pMod = pAllModules->Get(i); // Kleiner Hack um ums basic rumzukommen. Sollte demnächst wieder dirkt gehen.
- pFrame->Basic().Remove(pMod);
+ SbxVariableRef pRMod = pAllModules->Get(i); // Kleiner Hack um ums basic rumzukommen. Sollte demnächst wieder dirkt gehen.
+ pFrame->Basic().Remove(pRMod);
i--;
}
}