diff options
-rw-r--r-- | xmloff/inc/XMLTextListAutoStylePool.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLTextListAutoStylePool.hxx b/xmloff/inc/XMLTextListAutoStylePool.hxx index 8c7476c2cb41..96ea14950cfb 100644 --- a/xmloff/inc/XMLTextListAutoStylePool.hxx +++ b/xmloff/inc/XMLTextListAutoStylePool.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XMLTextListAutoStylePool.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -51,7 +51,7 @@ class XMLOFF_DLLPUBLIC XMLTextListAutoStylePool { SvXMLExport& rExport; - const ::rtl::OUString sPrefix; + ::rtl::OUString sPrefix; XMLTextListAutoStylePool_Impl *pPool; XMLTextListAutoStylePoolNames_Impl *pNames; |