diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-04 20:34:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 09:59:13 +0200 |
commit | 3609814db3542a281358fab5c57d27681a2974b8 (patch) | |
tree | 5b80649c6523efd2a8a67d45894d9e7a2572fdb8 /sd/inc | |
parent | 14cfff500e93f0d6cbf8412065feea85c01ea81d (diff) |
remove outdated comments
Change-Id: I4038327d0af5ad03b72b3053e9c2b3955b5d42e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120030
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 4c9c547f98a2..71197f4cbbc4 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -91,7 +91,6 @@ public: virtual void HideRadioGroup() = 0; virtual void HideDeleteBtn() = 0; virtual void SetInputFields(bool bEnableX, bool bEnableY) = 0; - //from class vcl::Window virtual void SetText( const OUString& rStr ) = 0; }; @@ -101,7 +100,6 @@ protected: virtual ~AbstractSdInsertLayerDlg() override = default; public: virtual void GetAttr( SfxItemSet& rOutAttrs ) = 0; - //from class vcl::Window virtual void SetHelpId( const OString& rHelpId ) = 0; }; |