X-Git-Url: https://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=odcread.cc;h=e790fdd36bcdc3b211d3c4d277cf9462ee6db3dd;hp=24bb51ea68a0fa9e8706ac8a42aa11b94871c6fb;hb=c71568094a35bbda781ac2070e50a59a3b5ac9f7;hpb=3c4f1fe68ac495544031117a347b22711c99d72b diff --git a/odcread.cc b/odcread.cc index 24bb51e..e790fdd 100644 --- a/odcread.cc +++ b/odcread.cc @@ -85,8 +85,9 @@ namespace odc { d_context.top()->addPiece(text); } virtual void textLongPiece(const LongPiece *piece) { - std::string text = piece->getText(); - d_context.top()->addPiece(text); + throw "Long Piece not handled"; + //std::string text = piece->getText(); + //d_context.top()->addPiece(text); } };