diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-29 11:01:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-29 11:01:17 +0000 |
commit | f3c35659ac7b1c8cfe17e42e76ae4451788d45f2 (patch) | |
tree | d7fb085ff17bef6d9d2b2e78f82cbe4a1ad73c6c /sfx2 | |
parent | 7703284aaa302b3c7c2f8f016a4514d5587a136b (diff) |
#i10000#: fixed gcc-4.2.3 warning: '<unnamed>::s_nsOOo' defined but not used
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/SfxDocumentMetaData.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx index f6ba2a87703a..4f44d8c3786f 100644 --- a/sfx2/source/doc/SfxDocumentMetaData.cxx +++ b/sfx2/source/doc/SfxDocumentMetaData.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SfxDocumentMetaData.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -458,7 +458,7 @@ const char* s_nsXLink = "http://www.w3.org/1999/xlink"; const char* s_nsDC = "http://purl.org/dc/elements/1.1/"; const char* s_nsODF = "urn:oasis:names:tc:opendocument:xmlns:office:1.0"; const char* s_nsODFMeta = "urn:oasis:names:tc:opendocument:xmlns:meta:1.0"; -const char* s_nsOOo = "http://openoffice.org/2004/office"; +// const char* s_nsOOo = "http://openoffice.org/2004/office"; // not used (yet?) const char* s_metaXml = "meta.xml"; |