summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/docstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-25 14:42:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-25 15:51:31 +0100
commit86ac0bd31464bd802d4367f2152e7f8e0e9506e9 (patch)
treea3643b2bd71fdf8daa658e963d7edc92054610a7 /sw/source/uibase/inc/docstdlg.hxx
parent8d1295a104235ce003c9f44fc24072985706290f (diff)
Window::SetData and Window::GetData are nearly unused now
except for.. a) one use in sw which we can replace with a map b) one use in svx which didn't do anything c) one amusing piece of crazy in cui Change-Id: If66d9f7eab1eaddfb2bdab7815c3a6f22f4d7745
Diffstat (limited to 'sw/source/uibase/inc/docstdlg.hxx')
-rw-r--r--sw/source/uibase/inc/docstdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/docstdlg.hxx b/sw/source/uibase/inc/docstdlg.hxx
index abfee6d91d24..ea504d78b85d 100644
--- a/sw/source/uibase/inc/docstdlg.hxx
+++ b/sw/source/uibase/inc/docstdlg.hxx
@@ -60,7 +60,6 @@ private:
void Update();
- using Window::SetData;
void SetData(const SwDocStat &rStat);
};