summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index 8118d7860019..8a6a52f17f8f 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -104,13 +104,13 @@ struct OLEStreamData
* This is not @c OUString, because we need to be able to
* produce const char* from it.
*/
- OString const name;
+ OString name;
/** librevenge name of the stream.
*
* This is not @c OUString, because we need to be able to
* produce const char* from it.
*/
- OString const RVNGname;
+ OString RVNGname;
};
typedef std::unordered_map<OUString, std::size_t> NameMap_t;
@@ -278,7 +278,7 @@ struct ZipStreamData
* This is not @c OUString, because we need to be able to
* produce const char* from it.
*/
- OString const aName;
+ OString aName;
};
/** Representation of a Zip storage.