summaryrefslogtreecommitdiff
path: root/cui/source/inc/pastedlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-12-01 00:07:47 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-12-01 08:55:48 -0500
commitf41eddb61c76d4bce924dd5fcddd21157a83d4eb (patch)
treec0e805a34fefc4e4d5c8f02dcbd08929917b4280 /cui/source/inc/pastedlg.hxx
parenta382228bc747d6a862287b06f31e5c2e4e0cd5a3 (diff)
This data member is no longer used. Remove it.
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r--cui/source/inc/pastedlg.hxx2
1 files changed, 0 insertions, 2 deletions
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 * );