diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-25 12:05:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-25 15:28:39 +0200 |
commit | 9fdb06d65a8f2c3401392bffee9c4639e178aada (patch) | |
tree | 419c56ec5b0936212c8621e3ed2822559963e9c7 /vcl | |
parent | 493b62c6805125b7f3ebfbd2b4b73a7d49aa0f67 (diff) |
rename SwIndex->SwContentIndex
to help my poor brain with the different kinds of index we have floating
around
Change-Id: I47ed223922170687d7e07812445aed66b3218230
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137404
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/ios/DataFlavorMapping.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/ios/DataFlavorMapping.cxx b/vcl/ios/DataFlavorMapping.cxx index 05abf2b8a6f9..14bf0f6f43d7 100644 --- a/vcl/ios/DataFlavorMapping.cxx +++ b/vcl/ios/DataFlavorMapping.cxx @@ -412,7 +412,7 @@ NSString* DataFlavorMapper::openOfficeToSystemFlavor(const DataFlavor& oOOFlavor // apparently is a symptom of something being seriously wrong: // xmloff/source/transform/OOo2Oasis.cxx:1925: duplicate doc handler // Because is then followed a bit later by an assertion failure: - // Assertion failed: (!m_pFirst && !m_pLast && "There are still indices registered"), function ~SwIndexReg, file [...]/sw/source/core/bastyp/index.cxx, line 226 + // Assertion failed: (!m_pFirst && !m_pLast && "There are still indices registered"), function ~SwContentIndexReg, file [...]/sw/source/core/bastyp/index.cxx, line 226 if (oOOFlavor.MimeType == "text/html") return nil; |