summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:33 +0000
commitbe3b89f80a9c7f08441d8948e12d182989e68996 (patch)
tree76dd68612bd345695614f775ea41e233e23c290e /configmgr
parent37bfc55c77904495ff06fc257a9e43874065e54e (diff)
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2006/02/14 10:17:27 cd 1.9.4.1: #i55991# Fix warnings for ms c++ compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/backendfactory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/backend/backendfactory.cxx b/configmgr/source/backend/backendfactory.cxx
index e4a623a503..c1e49822db 100644
--- a/configmgr/source/backend/backendfactory.cxx
+++ b/configmgr/source/backend/backendfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: backendfactory.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:23:26 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:17:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -319,7 +319,7 @@ uno::Reference<uno::XInterface> SAL_CALL instantiateDefaultBackend( CreationCont
try
{
- return createUnoBackend(xContext);
+ return uno::Reference< uno::XInterface >( createUnoBackend(xContext), uno::UNO_QUERY );
}
TUNNEL_ALL_EXCEPTIONS()