diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-16 17:31:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-16 17:31:50 +0000 |
commit | 28474dcd834b04b851f25f8ec5840d0e72de3c71 (patch) | |
tree | 776e2be17d5edfccde3e6bc6eaf056c9ccf1e726 | |
parent | 726430db96434f64037af719ad649ab109add5d1 (diff) |
remove debugging spew
Change-Id: I8652e7fb41bce932afa418cedfab308f03379040
-rw-r--r-- | sw/source/core/txtnode/thints.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index 0f550436cd70..343eb6448627 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -1257,8 +1257,6 @@ bool SwTxtNode::InsertHint( SwTxtAttr * const pAttr, const SetAttrMode nMode ) OSL_ENSURE( pAttr && pAttr->GetStart() <= Len(), "StartIdx out of bounds!" ); OSL_ENSURE( !pAttr->GetEnd() || (*pAttr->GetEnd() <= Len()), "EndIdx out of bounds!" ); - if (pAttr->GetEnd() && (*pAttr->GetEnd() > Len())) - fprintf(stderr, "debug here\n"); // translate from SetAttrMode to InsertMode (for hints with CH_TXTATR) const enum IDocumentContentOperations::InsertFlags nInsertFlags = |