summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/factory.hxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-25 07:13:18 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-25 07:13:18 +0000
commit406534cac729eb776a01ef1d80001056422b7fd5 (patch)
tree24f357e985b11adb4577da8d125921e76f238381 /sax/source/expatwrap/factory.hxx
parentf776607b48d821165227850cf34924a4025c21d4 (diff)
introduced an implementation namespace to avoid this damn unix symbol problem
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();
-
+}