summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:28:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:28:17 +0000
commit7d9169cc91afbf8a68634b12911f12983cb7cc4a (patch)
tree01c75cf6315d3938e185b0f8b6cb338da9ffe88d /embeddedobj
parentf6a8430b2cfbc7befe0c7de33540e0ba117d711b (diff)
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2005/11/16 11:40:56 pl 1.3.12.1: #i55991# removed warnings
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/commonembedding/inplaceobj.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/embeddedobj/source/commonembedding/inplaceobj.cxx b/embeddedobj/source/commonembedding/inplaceobj.cxx
index c2d97784d538..e192c45ed0fb 100644
--- a/embeddedobj/source/commonembedding/inplaceobj.cxx
+++ b/embeddedobj/source/commonembedding/inplaceobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inplaceobj.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:34:25 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:28:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ void SAL_CALL OCommonEmbeddedObject::setObjectRectangles( const awt::Rectangle&
m_aClipRectangle = aClipRect;
}
-void SAL_CALL OCommonEmbeddedObject::enableModeless( sal_Bool bEnable )
+void SAL_CALL OCommonEmbeddedObject::enableModeless( sal_Bool /*bEnable*/ )
throw ( embed::WrongStateException,
uno::Exception,
uno::RuntimeException )
@@ -91,7 +91,7 @@ void SAL_CALL OCommonEmbeddedObject::enableModeless( sal_Bool bEnable )
}
void SAL_CALL OCommonEmbeddedObject::translateAccelerators(
- const uno::Sequence< awt::KeyEvent >& aKeys )
+ const uno::Sequence< awt::KeyEvent >& /*aKeys*/ )
throw ( embed::WrongStateException,
uno::RuntimeException )
{