summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/querydeep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/querydeep.cxx')
-rw-r--r--comphelper/source/misc/querydeep.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/querydeep.cxx b/comphelper/source/misc/querydeep.cxx
index 61cfb6c173f2..348d038383c2 100644
--- a/comphelper/source/misc/querydeep.cxx
+++ b/comphelper/source/misc/querydeep.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
@@ -60,8 +60,8 @@ sal_Bool comphelper::isDerivedFrom(
// now ask in cppu (aka typelib)
::typelib_TypeDescription *pBaseTD = 0, *pTD = 0;
- rBaseType. getDescription(&pBaseTD);
- rType. getDescription(&pTD);
+ rBaseType. getDescription(&pBaseTD);
+ rType. getDescription(&pTD);
// interfaces are assignable to a base
bRet = ::typelib_typedescription_isAssignableFrom(pBaseTD, pTD);