From 041313e3b5fb88304b416535eb902c1185efca4f Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 3 Nov 2007 11:40:41 +0000 Subject: [PATCH] remove two FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21401 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetERT.cpp | 1 - src/insets/InsetFlex.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp index 50d7e79cde..d087c6d1d3 100644 --- a/src/insets/InsetERT.cpp +++ b/src/insets/InsetERT.cpp @@ -195,7 +195,6 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd, void InsetERT::setButtonLabel() { - // FIXME UNICODE if (decoration() == Classic) setLabel(isOpen() ? _("ERT") : getNewLabel(_("ERT"))); else diff --git a/src/insets/InsetFlex.cpp b/src/insets/InsetFlex.cpp index 2019af14f9..c25bb3c34e 100644 --- a/src/insets/InsetFlex.cpp +++ b/src/insets/InsetFlex.cpp @@ -103,7 +103,6 @@ int InsetFlex::docbook(Buffer const & buf, odocstream & os, ParagraphList::const_iterator end = paragraphs().end(); if (!undefined()) - // FIXME UNICODE sgml::openTag(os, layout_->latexname, par->getID(buf, runparams) + layout_->latexparam); -- 2.39.2