mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-29 20:58:50 +00:00
Amend dca39815: Fix a few warnings in Floating.
This commit is contained in:
parent
dca39815d3
commit
dd947300bc
@ -42,8 +42,8 @@ Floating::Floating(string const & type, string const & placement,
|
|||||||
usesfloatpkg_(usesfloat), ispredefined_(ispredefined),
|
usesfloatpkg_(usesfloat), ispredefined_(ispredefined),
|
||||||
allowswide_(allowswide), allowssideways_(allowssideways),
|
allowswide_(allowswide), allowssideways_(allowssideways),
|
||||||
html_tag_(htmlTag), html_attrib_(htmlAttrib), html_style_(htmlStyle),
|
html_tag_(htmlTag), html_attrib_(htmlAttrib), html_style_(htmlStyle),
|
||||||
docbook_tag_(docbookTag), docbook_tag_type_(docbookTagType),
|
docbook_caption_(docbookCaption), docbook_tag_(docbookTag),
|
||||||
docbook_caption_(docbookCaption)
|
docbook_tag_type_(docbookTagType)
|
||||||
{
|
{
|
||||||
// Implement some edge cases for DocBook. Both docbook_float_type_ and docbook_attr_ must be computed
|
// Implement some edge cases for DocBook. Both docbook_float_type_ and docbook_attr_ must be computed
|
||||||
// based on the given value of docbookFloatType; docbook_tag_ can still be guessed without correlation.
|
// based on the given value of docbookFloatType; docbook_tag_ can still be guessed without correlation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user