diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 4fe19fdd..b70376a6 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -3067,9 +3067,9 @@ void Textblock::oofSizeChanged (bool extremesChanged) DBG_OBJ_LEAVE (); } -int Textblock::getGeneratorX (int oofmIndex) +int Textblock::getC0RelX (int oofmIndex) { - DBG_OBJ_ENTER ("resize", 0, "Textblock::getGeneratorX", "%d", oofmIndex); + DBG_OBJ_ENTER ("resize", 0, "Textblock::getC0RelX", "%d", oofmIndex); int x, xRef; if (findSizeRequestReference (oofmIndex, &xRef, NULL)) |