diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-12-01 00:07:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-12-01 08:55:48 -0500 |
commit | f41eddb61c76d4bce924dd5fcddd21157a83d4eb (patch) | |
tree | c0e805a34fefc4e4d5c8f02dcbd08929917b4280 /cui | |
parent | a382228bc747d6a862287b06f31e5c2e4e0cd5a3 (diff) |
This data member is no longer used. Remove it.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/pastedlg.cxx | 3 | ||||
-rw-r--r-- | cui/source/inc/pastedlg.hxx | 2 |
2 files changed, 1 insertions, 4 deletions
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 * ); |