[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 5 10:22:20 UTC 2020
sw/source/filter/ww8/rtfexport.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf0a9cdde1c5936b2664eab6d403aebfc77c9472
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 5 10:33:39 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 5 11:21:47 2020 +0100
Fix typo
Change-Id: Ie0506b80850b17571517653ca05f474ead033161
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88002
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index 5b212bb3ac42..60e8870e1646 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -226,7 +226,7 @@ private:
RtfColorTable m_aColTable;
std::map<sal_uInt16, OString> m_aStyTable;
std::map<OUString, sal_uInt16> m_aRedlineTable;
- /// If set, then Strm() returns this tream, instead of m_pWriter's stream.
+ /// If set, then Strm() returns this stream, instead of m_pWriter's stream.
std::unique_ptr<SvMemoryStream> m_pStream;
/// Item set of the first page during export of a follow page format.
const SfxItemSet* m_pFirstPageItemSet = nullptr;
More information about the Libreoffice-commits
mailing list