diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-12-10 11:13:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-12-10 11:13:08 +0000 |
commit | 0d6bd6e3d015baf314801137a02d6a58e3677e79 (patch) | |
tree | 362ed61d47de2138530d533e040d9332e4d7fe78 | |
parent | 84287991cb97b1e9bdb4c686f96e41bd01378994 (diff) |
#100000# Sun CC needs extern for statics referenced from template
-rw-r--r-- | configmgr/source/xml/writersvc.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/xml/writersvc.cxx b/configmgr/source/xml/writersvc.cxx index 176836051cd8..1fcd0210aba8 100644 --- a/configmgr/source/xml/writersvc.cxx +++ b/configmgr/source/xml/writersvc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: writersvc.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jb $ $Date: 2002-12-06 13:08:35 $ + * last change: $Author: obo $ $Date: 2002-12-10 12:13:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -244,6 +244,7 @@ AsciiServiceName const aLayerWriterServices[] = "com.sun.star.configuration.backend.xml.LayerWriter", 0 }; +extern // needed by SunCC 5.2, if used from template const ServiceImplementationInfo aLayerWriterSI = { "com.sun.star.comp.configuration.backend.xml.LayerWriter", |