diff options
author | Justin Luth <justin_luth@sil.org> | 2018-05-10 16:48:49 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2018-05-15 06:13:37 +0200 |
commit | d2c85c671deb8bb27c4a421f99d238b7a89b0ece (patch) | |
tree | 423a2693829eb936fca7f65efc9767fcf5afbb65 /sw | |
parent | 151141279344cde2fd12fb64ffef22199cac9f41 (diff) |
cleanup my asserts before branching - they served their purpose
Change-Id: I933ac25dac8d7a20d62535af9690b17503fc159d
Reviewed-on: https://gerrit.libreoffice.org/54086
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index a1eaea107ffb..b7373bfa5235 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -2515,7 +2515,6 @@ void DocxAttributeOutput::RunText( const OUString& rText, rtl_TextEncoding /*eCh void DocxAttributeOutput::RawText(const OUString& rText, rtl_TextEncoding /*eCharSet*/) { - assert ( (m_pHyperlinkAttrList.is() || m_rExport.SdrExporter().IsDMLAndVMLDrawingOpen() /* || m_rExport.SdrExporter().IsDrawingOpen() */) && "jluth is at mail dot com-and wants example documents that use RawText/EEField"); m_sRawText = rText; } @@ -5551,7 +5550,6 @@ void DocxAttributeOutput::WriteOutliner(const OutlinerParaObject& rParaObj) if ( !m_sRawText.isEmpty() ) { - assert (bTextAtr && "jluth is at mail dot com-and is looking for sample documents"); RunText( m_sRawText ); m_sRawText.clear(); } |