summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 12:53:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 12:53:45 +0000
commitbce0a6df269561d0dec4fb97a00210c38fc7a2e7 (patch)
tree5be22db41f9bb597696ba90dc64d207e70f07881 /forms
parentcf8789f14f884ae2c2fef75093791cea9b50eea3 (diff)
#65293#: namespace
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/services.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index dbf133daf95c..d56c5ca0566f 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: fs $ $Date: 2002-03-04 14:51:58 $
+ * last change: $Author: hr $ $Date: 2002-03-05 13:53:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,7 +251,9 @@ namespace starlang = ::com::sun::star::lang;
//.......................................................................................
#define DECLARE_SERVICE_INFO(classImplName) \
namespace frm { \
- extern Reference<XInterface> SAL_CALL classImplName##_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException); \
+ extern ::com::sun::star::uno::Reference<::com::sun::star::uno::XInterface> SAL_CALL \
+ classImplName##_CreateInstance(const ::com::sun::star::uno::Reference<::com::sun::star::lang::XMultiServiceFactory>& _rxFactory) \
+ throw (::com::sun::star::uno::RuntimeException); \
}
//---------------------------------------------------------------------------------------