diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 11:49:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:01 +0200 |
commit | c16e4b10196e73aec63be13488e235496946d8b7 (patch) | |
tree | bf148a477890878e08655150c006c1942de1224d /include | |
parent | 926583bd37fafad7f8eda82845f8d491eb41f7bf (diff) |
remove unused code PanelLayout::dispatch
full signature:
PanelLayout::dispatch(
rtl::OUString const&,
css::uno::Sequence<css::beans::PropertyValue> const&)
Change-Id: Ib16c32d69e62ccf000de05da7c6f25e993a5be90
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sidebar/PanelLayout.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx index fe55f11f8c5b..74b5385f81bd 100644 --- a/include/svx/sidebar/PanelLayout.hxx +++ b/include/svx/sidebar/PanelLayout.hxx @@ -38,8 +38,6 @@ public: virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL); virtual void queue_resize(); - void dispatch(const OUString& rCommand, const css::uno::Sequence<css::beans::PropertyValue>& rArgs = - css::uno::Sequence<css::beans::PropertyValue>()); }; #endif |