diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-23 13:44:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-23 21:11:32 +0200 |
commit | 4bb2bca091ffa0cc8a5f4a850eef146bb66feaa0 (patch) | |
tree | e5cbebaf295f857d73ac73a1d3ea9f542961b898 /extensions/source/propctrlr/selectlabeldialog.hxx | |
parent | 3c077e587d36170be53bad90bd5c87364295426c (diff) |
remove now unnecessary comphelper::OModuleClient stuff
after the great gettext migration of 2017
Change-Id: I704389b1ae1fb34dae0429c98cbfc89c2d3b8e27
Reviewed-on: https://gerrit.libreoffice.org/40322
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/propctrlr/selectlabeldialog.hxx')
-rw-r--r-- | extensions/source/propctrlr/selectlabeldialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/selectlabeldialog.hxx b/extensions/source/propctrlr/selectlabeldialog.hxx index 626a40ce816f..e31f86a88e60 100644 --- a/extensions/source/propctrlr/selectlabeldialog.hxx +++ b/extensions/source/propctrlr/selectlabeldialog.hxx @@ -37,7 +37,6 @@ namespace pcr class OSelectLabelDialog :public ModalDialog - ,public PcrClient { VclPtr<FixedText> m_pMainDesc; VclPtr<SvTreeListBox> m_pControlTree; |