From f41eddb61c76d4bce924dd5fcddd21157a83d4eb Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 1 Dec 2011 00:07:47 -0500 Subject: This data member is no longer used. Remove it. --- cui/source/dialogs/pastedlg.cxx | 3 +-- cui/source/inc/pastedlg.hxx | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'cui') diff --git a/cui/source/dialogs/pastedlg.cxx b/cui/source/dialogs/pastedlg.cxx index 3d034664389c..47fdf2f05e3a 100644 --- a/cui/source/dialogs/pastedlg.cxx +++ b/cui/source/dialogs/pastedlg.cxx @@ -58,8 +58,7 @@ SvPasteObjectDialog::SvPasteObjectDialog( Window* pParent ) aLbInsertList( this, CUI_RES( LB_INSERT_LIST ) ), aOKButton1( this, CUI_RES( 1 ) ), aCancelButton1( this, CUI_RES( 1 ) ), - aHelpButton1( this, CUI_RES( 1 ) ), - aSObject( CUI_RES( S_OBJECT ) ) + aHelpButton1( this, CUI_RES( 1 ) ) { FreeResource(); SetHelpId( HID_PASTE_DLG ); diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx index 1e27ce912e80..93c6ff4f2298 100644 --- a/cui/source/inc/pastedlg.hxx +++ b/cui/source/inc/pastedlg.hxx @@ -60,7 +60,6 @@ class SvPasteObjectDialog : public ModalDialog OKButton aOKButton1; CancelButton aCancelButton1; HelpButton aHelpButton1; - String aSObject; Table aSupplementTable; SvGlobalName aObjClassName; String aObjName; @@ -72,7 +71,6 @@ class SvPasteObjectDialog : public ModalDialog RadioButton& PasteLink() { return aRbPasteLink; } CheckBox& AsIconBox() { return aCbDisplayAsIcon; } - const String& GetObjString() { return aSObject; } void SelectObject(); DECL_LINK( SelectHdl, ListBox * ); DECL_LINK( DoubleClickHdl, ListBox * ); -- cgit