summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/commonembedding/specialobject.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:29:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:29:04 +0000
commit6e4d0051f1fe9f4d4dcd7fe00709970567b9c73e (patch)
treed173e5db694dd2eb4540b53abc7ac0576d969746 /embeddedobj/source/commonembedding/specialobject.cxx
parentINTEGRATION: CWS warnings01 (1.5.12); FILE MERGED (diff)
downloadcore-6e4d0051f1fe9f4d4dcd7fe00709970567b9c73e.tar.gz
core-6e4d0051f1fe9f4d4dcd7fe00709970567b9c73e.zip
INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED
2005/11/16 11:40:57 pl 1.4.12.1: #i55991# removed warnings
Diffstat (limited to 'embeddedobj/source/commonembedding/specialobject.cxx')
-rw-r--r--embeddedobj/source/commonembedding/specialobject.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/embeddedobj/source/commonembedding/specialobject.cxx b/embeddedobj/source/commonembedding/specialobject.cxx
index 751e7c026df5..2c998be0011b 100644
--- a/embeddedobj/source/commonembedding/specialobject.cxx
+++ b/embeddedobj/source/commonembedding/specialobject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: specialobject.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:35:39 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:29:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,7 +143,7 @@ uno::Sequence< uno::Type > SAL_CALL OSpecialEmbeddedObject::getTypes()
}
-embed::VisualRepresentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 nAspect )
+embed::VisualRepresentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualRepresentation( sal_Int64 /*nAspect*/ )
throw ( lang::IllegalArgumentException,
embed::WrongStateException,
uno::Exception,
@@ -176,7 +176,7 @@ embed::VisualRepresentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualR
return aVisualRepresentation;
}
-void SAL_CALL OSpecialEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize )
+void SAL_CALL OSpecialEmbeddedObject::setVisualAreaSize( sal_Int64 /*nAspect*/, const awt::Size& aSize )
throw ( lang::IllegalArgumentException,
embed::WrongStateException,
uno::Exception,
@@ -189,7 +189,7 @@ void SAL_CALL OSpecialEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, cons
maSize = aSize;
}
-awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect )
+awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 /*nAspect*/ )
throw ( lang::IllegalArgumentException,
embed::WrongStateException,
uno::Exception,
@@ -206,7 +206,7 @@ awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect
return maSize;
}
-sal_Int32 SAL_CALL OSpecialEmbeddedObject::getMapUnit( sal_Int64 nAspect )
+sal_Int32 SAL_CALL OSpecialEmbeddedObject::getMapUnit( sal_Int64 /*nAspect*/ )
throw ( uno::Exception,
uno::RuntimeException)
{