diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-12 23:13:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-13 07:20:36 +0100 |
commit | 42de667705ed90eb6bb3b9e3308d666e507eddd8 (patch) | |
tree | 744b0223f3919eb233fe9874421bdf6772617839 /cui/source/inc | |
parent | e3581bb072b6b9723c374a782e030edb6abf5edd (diff) |
-Werror,-Wunused-private-field
Change-Id: I6bc93f212c687c908e68b2fbbced03f19f40844e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159351
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/hlinettp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/hlinettp.hxx b/cui/source/inc/hlinettp.hxx index a164063150de..bb86dff9ca5e 100644 --- a/cui/source/inc/hlinettp.hxx +++ b/cui/source/inc/hlinettp.hxx @@ -34,9 +34,6 @@ class SvxHyperlinkInternetTp : public SvxHyperlinkTabPageBase { private: - OUString maStrOldUser; - OUString maStrOldPassword; - bool m_bMarkWndOpen; std::unique_ptr<weld::RadioButton> m_xRbtLinktypInternet; |