summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/cpp/ca_type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/cpp/ca_type.cxx')
-rw-r--r--autodoc/source/ary/cpp/ca_type.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/ary/cpp/ca_type.cxx b/autodoc/source/ary/cpp/ca_type.cxx
index 29117aea7cd0..f9efc7934156 100644
--- a/autodoc/source/ary/cpp/ca_type.cxx
+++ b/autodoc/source/ary/cpp/ca_type.cxx
@@ -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
@@ -66,7 +66,7 @@ TypeAdmin::~TypeAdmin()
const Type &
TypeAdmin::CheckIn_UsedType( const InputContext & ,
- DYN UsedType & pass_type )
+ DYN UsedType & pass_type )
{
Dyn<UsedType>
pNewType(&pass_type); // Ensure clean up of heap object.