summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/expatwrap/factory.hxx')
-rw-r--r--sax/source/expatwrap/factory.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sax/source/expatwrap/factory.hxx b/sax/source/expatwrap/factory.hxx
index 57698321b574..6f669187bc59 100644
--- a/sax/source/expatwrap/factory.hxx
+++ b/sax/source/expatwrap/factory.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: factory.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:43:13 $
+ * last change: $Author: jbu $ $Date: 2000-10-25 08:13:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,10 +58,11 @@
*
*
************************************************************************/
+namespace sax_expatwrap {
Reference< XInterface > SAL_CALL SaxWriter_CreateInstance(
const Reference< XMultiServiceFactory > & rSMgr ) throw (Exception);
OUString SaxWriter_getServiceName();
OUString SaxWriter_getImplementationName();
Sequence< OUString > SaxWriter_getSupportedServiceNames(void) throw();
-
+}