diff options
Diffstat (limited to 'svx/source/tbxctrls/layctrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/layctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx index 53ed61eb72e2..3f7cfb924f3e 100644 --- a/svx/source/tbxctrls/layctrl.cxx +++ b/svx/source/tbxctrls/layctrl.cxx @@ -665,7 +665,7 @@ void ColumnsWindow::Paint( const Rectangle& ) if ( nCol ) aText = OUString::number(nCol); else - aText = comphelper::string::remove(Button::GetStandardText(BUTTON_CANCEL), '~'); + aText = comphelper::string::remove(Button::GetStandardText(StandardButtonType::CANCEL), '~'); Size aTextSize(GetTextWidth( aText ), GetTextHeight()); DrawText( Point( ( aSize.Width() - aTextSize.Width() ) / 2, aSize.Height() - nTextHeight + 2 ), aText ); |