diff options
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/insrc.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/insrc.src | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cui/source/dialogs/insrc.cxx b/cui/source/dialogs/insrc.cxx index d514ef431254..d6bb8b23ffe8 100644 --- a/cui/source/dialogs/insrc.cxx +++ b/cui/source/dialogs/insrc.cxx @@ -58,7 +58,7 @@ SvxInsRowColDlg::SvxInsRowColDlg(Window* pParent, bool bCol, const rtl::OString& bColumn( bCol ) { FreeResource(); - String aTmp( GetText() ); + String aTmp; if( bColumn ) { aTmp += aCol; diff --git a/cui/source/dialogs/insrc.src b/cui/source/dialogs/insrc.src index f655620bcd54..630be3da4418 100644 --- a/cui/source/dialogs/insrc.src +++ b/cui/source/dialogs/insrc.src @@ -35,7 +35,6 @@ ModalDialog DLG_INS_ROW_COL OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 136 , 84 ) ; - Text [ en-US ] = "Insert" ; Moveable = TRUE ; OKButton BT_OK { @@ -110,10 +109,10 @@ ModalDialog DLG_INS_ROW_COL }; String STR_ROW { - Text [ en-US ] = " Rows" ; + Text [ en-US ] = "Insert Rows" ; }; String STR_COL { - Text [ en-US ] = " Columns" ; + Text [ en-US ] = "Insert Columns" ; }; }; |