summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 09:21:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 10:59:41 +0100
commit7d02e8995404d3d7a6df7766567cc295b974b654 (patch)
tree7a449dee0c02ef7ecf5a5d6bc67934eead4b7069 /writerperfect
parent729927f7609b5753757d8c53f954958f067431aa (diff)
Revert "loplugin:constfields in writerfilter"
This reverts commit e7c6c05ae5a62e1705ffda97c5405eecd1f62a1e. Change-Id: I9072c4ef9c1a941ac3169e2b53dfd25ae7863770 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90545 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect')
-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.