diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-13 18:19:11 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-13 18:19:11 +0100 |
commit | e3b6de4e3166cd3d74b9dcefdf08db4f887e6b15 (patch) | |
tree | e98cb3e7b2e745c2f16374e4d3f31400386e2c11 /src/styleengine.hh | |
parent | d7148c5530fe22eb037f31739af245adbc8d6300 (diff) |
start implementing resolution of relative CSS values
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 07b79a54..0706411c 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -20,7 +20,6 @@ class StyleEngine : public Doctree { dw::core::style::Style *style0 (CssPropertyList *nonCssProperties = NULL); void apply (dw::core::style::StyleAttrs *attrs, CssPropertyList *props); int computeValue (CssLength value, dw::core::style::Font *font); - void computeValues (dw::core::style::Box *box, dw::core::style::Font *font); public: StyleEngine (dw::core::Layout *layout); |