aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 18:48:47 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 18:48:47 +0100
commit4dca98aacfef91d9cad0f25fd161d84be71d24b1 (patch)
treeed0c3725926171fe847d0fdd56eb9399be9ea677 /src/styleengine.hh
parent590b7605d413d89ffce2d98c4595d9262582be03 (diff)
use CssLength type
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 8257c994..ff6c53aa 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -24,6 +24,7 @@ class StyleEngine : public Doctree {
dw::core::style::Style *wordStyle0 (CssPropertyList *nonCssHints = NULL);
void apply (dw::core::style::StyleAttrs *attrs, CssPropertyList *props);
int computeValue (CssLength value, dw::core::style::Font *font);
+ dw::core::style::Length computeLength (CssLength value, dw::core::style::Font *font);
public:
StyleEngine (dw::core::Layout *layout);