summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 16:07:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 16:07:16 +0000
commit02c2635be8600f814f9f43e511df960a6893cd61 (patch)
tree2c38b86f2cb28279885e61ab9c00f89a14bf3ce4 /forms
parentbce0a6df269561d0dec4fb97a00210c38fc7a2e7 (diff)
#65293#: syntax
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/services.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index d56c5ca0566f..4559af08795a 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2002-03-05 13:53:45 $
+ * last change: $Author: hr $ $Date: 2002-03-05 17:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -247,12 +247,16 @@ namespace starregistry = ::com::sun::star::registry;
namespace staruno = ::com::sun::star::uno;
namespace starlang = ::com::sun::star::lang;
+using namespace ::com::sun::star::uno;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::registry;
+
//---------------------------------------------------------------------------------------
//.......................................................................................
#define DECLARE_SERVICE_INFO(classImplName) \
namespace frm { \
- 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) \
+ 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); \
}