mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Two tiny clean-ups.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1cfd45477
commit
e926eeb39d
@ -1,3 +1,8 @@
|
||||
2001-05-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* biblio.C:
|
||||
* character.h: small clean-ups.
|
||||
|
||||
2001-05-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* ControlToc.C (getType): remove support for old float list.
|
||||
|
@ -54,8 +54,6 @@ vector<string> const getKeys(InfoMap const & map)
|
||||
{
|
||||
vector<string> bibkeys;
|
||||
|
||||
typedef std::map<string, string>::value_type InfoMapValue;
|
||||
|
||||
for (InfoMap::const_iterator it = map.begin(); it != map.end(); ++it) {
|
||||
bibkeys.push_back(it->first);
|
||||
}
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include "lyxfont.h"
|
||||
#include "LColor.h"
|
||||
#include "character.h"
|
||||
|
||||
/** Functions of use to the character GUI controller and view */
|
||||
namespace character {
|
||||
|
Loading…
Reference in New Issue
Block a user