diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
commit | 69a3cd0edb23470da3fd1079196936a02591f35f (patch) | |
tree | 0a570069278b6521792b5006b598193246fa5b3a /dw/oofawarewidget.cc | |
parent | 29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (diff) |
Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a slightly more complex (but more correct) implementatin for Textblock.
Diffstat (limited to 'dw/oofawarewidget.cc')
-rw-r--r-- | dw/oofawarewidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofawarewidget.cc b/dw/oofawarewidget.cc index 025111ae..f33df546 100644 --- a/dw/oofawarewidget.cc +++ b/dw/oofawarewidget.cc @@ -585,7 +585,7 @@ int OOFAwareWidget::getGeneratorY (int oofmIndex) return 0; } -int OOFAwareWidget::getGeneratorWidth (int callerX, int callerWidth) +int OOFAwareWidget::getGeneratorWidth () { notImplemented ("OOFAwareWidget::getGeneratorWidth"); return 0; |