git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2086 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-06-01 15:27:04 +00:00
parent e06bc73c22
commit ac114c3d50
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
* figinset.C: fix typo
2001-06-01 Juergen Vigna <jug@sad.it>
* insettabular.C (resetPos): small hack so that scroll is not set to

View File

@ -81,7 +81,7 @@ using std::pair;
using std::make_pair;
#ifndef CXX_GLOBAL_CSTD
using std::memcopy;
using std::memcpy;
using std::sin;
using std::cos;
using std::fabs;