removed a spurious static_cast

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2003-05-14 10:59:18 +00:00
parent 447e92fe8e
commit 7564e75347
2 changed files with 12 additions and 8 deletions

View File

@ -1,16 +1,20 @@
2003-05-14 André Pönitz <poenitz@gmx.net>
2003-05-14 Alfredo Braunstein <abraunst@libero.it>
* lyx_main.C (init): remove spurious static_cast
2003-05-14 André Pönitz <poenitz@gmx.net>
* BufferView.C: fix format string
2003-05-12 Alfredo Braunstein <abraunst@libero.it>
2003-05-12 Alfredo Braunstein <abraunst@libero.it>
* BufferView.[Ch] (insertErrors): removed
* BufferView.[Ch] (showErrorList): added
* buffer.C (runChkTeX):
* converter.C (scanLog): call showErrorList instead of inserterrors
2003-05-13 André Pönitz <poenitz@gmx.net>
2003-05-13 André Pönitz <poenitz@gmx.net>
* BufferView_pimpl.C:
* buffer.C:
@ -30,7 +34,7 @@
* lyxlex_pimpl.C:
* text3.C: STRCONV()
2003-05-12 André Pönitz <poenitz@gmx.net>
2003-05-12 André Pönitz <poenitz@gmx.net>
* BufferView.C:
* BufferView_pimpl.C:
@ -61,7 +65,7 @@
* text3.C: boost::format -> bformat all over the place
2003-05-09 André Pönitz <poenitz@gmx.net>
2003-05-09 André Pönitz <poenitz@gmx.net>
* LColor.[Ch]: Pimpl the #include <map> away
@ -117,7 +121,7 @@
* text2.C: don't cast wrap inset to float
2003-05-05 André Pönitz <poenitz@gmx.net>
2003-05-05 André Pönitz <poenitz@gmx.net>
* iterator.C:
* undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
@ -152,7 +156,7 @@
* text.C:
* text3.C: remove explicit cursor hides
2003-05-02 André Pönitz <poenitz@gmx.net>
2003-05-02 André Pönitz <poenitz@gmx.net>
* buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator

View File

@ -361,7 +361,7 @@ void LyX::init(bool gui)
exit(1);
}
lyxerr << bformat(_("Using built-in default %1$s but expect problems."),
static_cast<char *>(LYX_DIR)) << endl;
LYX_DIR) << endl;
} else {
lyxerr << _("Expect problems.") << endl;
}