summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Tools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/Tools.hxx')
-rw-r--r--reportdesign/source/core/inc/Tools.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/Tools.hxx b/reportdesign/source/core/inc/Tools.hxx
index 343acfbdf859..81d7a00cf757 100644
--- a/reportdesign/source/core/inc/Tools.hxx
+++ b/reportdesign/source/core/inc/Tools.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -168,7 +168,7 @@ namespace reportdesign
if ( xChild.is() )
xChild->setParent(Parent);
}
- template<typename T> static com::sun::star::uno::Reference< com::sun::star::uno::XInterface > getParent( T* _pShape )
+ template<typename T> static com::sun::star::uno::Reference< com::sun::star::uno::XInterface > getParent( T* _pShape )
{
::osl::MutexGuard aGuard(_pShape->m_aMutex);
::com::sun::star::uno::Reference< ::com::sun::star::container::XChild > xChild;