Fix default float placement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2003-03-10 19:58:25 +00:00
parent 43f489b357
commit 90b68775e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-10 Dekel Tsur <dekelts@tau.ac.il>
* insetfloat.h: Set default placement to an empty string.
2003-03-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* insettext.C (latex): addjust call to latexParagraphs.

View File

@ -20,7 +20,7 @@
struct InsetFloatParams {
///
InsetFloatParams() : placement("htbp"), wide(false) {}
InsetFloatParams() : wide(false) {}
///
void write(std::ostream & os) const;
///