diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-25 14:42:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-25 15:51:31 +0100 |
commit | 86ac0bd31464bd802d4367f2152e7f8e0e9506e9 (patch) | |
tree | a3643b2bd71fdf8daa658e963d7edc92054610a7 /include | |
parent | 8d1295a104235ce003c9f44fc24072985706290f (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 'include')
-rw-r--r-- | include/vcl/window.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index a2f3276ceefc..dea60a940d06 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1187,9 +1187,6 @@ public: bool IsChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const; bool IsWindowOrChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const; - void SetData( void* pNewData ); - void* GetData() const; - /// Add all children to rAllChildren recursively. SAL_DLLPRIVATE void CollectChildren(::std::vector<vcl::Window *>& rAllChildren ); |