diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 10:25:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | 3c0bfd4271a92cd05f5c8b096376519e3c5b4754 (patch) | |
tree | b47fc990d4e2114fecf62ec36327e4717b374ecd /include | |
parent | d2b4a0d5ff18db30bd93b9d88dd85ba421a557c9 (diff) |
drop HID_CTRL_CUSTOMPROPS_YES_NO that does nowhere
Change-Id: Ibf64359936ea224dc7342585b99691f88630c6ca
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 43d36f7a02ee..1972b9146b0f 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -361,7 +361,7 @@ private: VclPtr<RadioButton> m_aNoButton; public: - CustomPropertiesYesNoButton( vcl::Window* pParent, const ResId& rResId ); + CustomPropertiesYesNoButton(vcl::Window* pParent); virtual ~CustomPropertiesYesNoButton() override; virtual void dispose() override; |