summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:33:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:33:41 +0000
commit67953f24431edc3700092b6997ce5a4ef53c9d73 (patch)
treec421f72a1b08134bc36becd6505da6d8731cc2e4 /sd/source/ui/unoidl/unoobj.cxx
parenteca4a63b6f77019b549f2d80d73263724ce4e601 (diff)
INTEGRATION: CWS warnings01 (1.52.26); FILE MERGED
2006/05/23 16:42:09 sb 1.52.26.2: RESYNC: (1.52-1.53); FILE MERGED 2006/05/12 16:40:36 sb 1.52.26.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sd/source/ui/unoidl/unoobj.cxx')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 043c93978e42..4f3b6ef60041 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.53 $
+ * $Revision: 1.54 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:07:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:33:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -320,9 +320,7 @@ void SdXShape::dispose()
uno::Any SAL_CALL SdXShape::queryAggregation( const uno::Type & rType )
throw(uno::RuntimeException)
{
- uno::Any aAny;
- mpShape->queryAggregation( rType, aAny );
- return aAny;
+ return mpShape->queryAggregation( rType );
}
uno::Any SAL_CALL SdXShape::queryInterface( const uno::Type & rType )