summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 17:58:03 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 17:58:03 +0000
commitbcbe80430a3fff4bb7f80a494554e96d91191b7d (patch)
treeff66e8bd370fa61eb218583c24ca40a271722699
parent76e0196be053960ca40fcaf8a8f7f9eab0dc8ef4 (diff)
INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED
2006/11/27 13:48:15 cl 1.10.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:20 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro
-rw-r--r--sd/source/ui/unoidl/unocpres.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx
index 3f57b11ae447..41277cfd65c5 100644
--- a/sd/source/ui/unoidl/unocpres.cxx
+++ b/sd/source/ui/unoidl/unocpres.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unocpres.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:25:19 $
+ * last change: $Author: kz $ $Date: 2006-12-12 18:58:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -340,7 +340,7 @@ uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createIn
return xRef;
}
-uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstanceWithArguments( const uno::Sequence< uno::Any >& aArguments )
+uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstanceWithArguments( const uno::Sequence< uno::Any >& )
throw(uno::Exception, uno::RuntimeException)
{
return createInstance();
@@ -353,7 +353,7 @@ void SAL_CALL SdXCustomPresentationAccess::insertByName( const OUString& aName,
OGuard aGuard( Application::GetSolarMutex() );
// get the documents custom show list
- List* pList;
+ List* pList = 0;
if(mrModel.GetDoc())
pList = mrModel.GetDoc()->GetCustomShowList(sal_True);