summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:45:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:45:35 +0000
commitaa1061e00bd4b2f987fb2b10c5251459283bc0aa (patch)
tree7bb35bdd6708e62bc705396467dcc5abb966b15b /svx/source/svdraw/svdouno.cxx
parent8387eec30b3af0ab98918331017fc63678fe9b09 (diff)
INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED
2006/02/21 21:17:41 aw 1.21.218.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index bc18169be9d4..ca71b4dd8cc0 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdouno.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:37:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:45:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,7 @@ public:
};
// XEventListener
-void SAL_CALL SdrControlEventListenerImpl::disposing( const ::com::sun::star::lang::EventObject& Source )
+void SAL_CALL SdrControlEventListenerImpl::disposing( const ::com::sun::star::lang::EventObject& /*Source*/)
throw(::com::sun::star::uno::RuntimeException)
{
if (pObj)
@@ -257,8 +257,8 @@ namespace
TYPEINIT1(SdrUnoObj, SdrRectObj);
SdrUnoObj::SdrUnoObj(const String& rModelName, BOOL _bOwnUnoControlModel)
- :bOwnUnoControlModel( _bOwnUnoControlModel )
- ,m_pImpl( new SdrUnoObjDataHolder )
+: m_pImpl( new SdrUnoObjDataHolder ),
+ bOwnUnoControlModel( _bOwnUnoControlModel )
{
bIsUnoObj = TRUE;
@@ -272,8 +272,8 @@ SdrUnoObj::SdrUnoObj(const String& rModelName, BOOL _bOwnUnoControlModel)
SdrUnoObj::SdrUnoObj(const String& rModelName,
const uno::Reference< lang::XMultiServiceFactory >& rxSFac,
BOOL _bOwnUnoControlModel)
- :bOwnUnoControlModel( _bOwnUnoControlModel )
- ,m_pImpl( new SdrUnoObjDataHolder )
+: m_pImpl( new SdrUnoObjDataHolder ),
+ bOwnUnoControlModel( _bOwnUnoControlModel )
{
bIsUnoObj = TRUE;