diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 11:16:30 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 18:49:07 +0000 |
commit | c439d55042c5815b57987238b0e074869004196d (patch) | |
tree | 98f65cd584a53c37c11056c1d36b7095b7667f71 /include | |
parent | 2ea92be9973e6892727eae37ae958863702b3658 (diff) |
remove unused Link<> field
Change-Id: If6c5719adf5240e12e798f72b25c5c19a09bc0f6
Reviewed-on: https://gerrit.libreoffice.org/18769
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 1 | ||||
-rw-r--r-- | include/editeng/outliner.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index eadf0f516a33..d9aee4bd5af6 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -372,7 +372,6 @@ public: void SetStatusEventHdl( const Link<EditStatus&,void>& rLink ); Link<EditStatus&,void> GetStatusEventHdl() const; - void SetChainingEventHdl( const Link<>& rLink ); void SetNotifyHdl( const Link<EENotify&,void>& rLink ); Link<EENotify&,void> GetNotifyHdl() const; diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index d273020fd9b0..16ab77cd9f7c 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -802,9 +802,6 @@ public: void SetStatusEventHdl( const Link<EditStatus&, void>& rLink ); Link<EditStatus&, void> GetStatusEventHdl() const; - void SetChainingEventHdl( const Link<>& rLink ); - - void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect ); void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 ); |