summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-07-18 17:23:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-20 08:01:58 +0000
commit91b1f300cf7f357c3a39d0d5810326cc78d78f16 (patch)
treea89ef37ce86d8fe5babde77a43a098001ca3c164 /include/sfx2/basedlgs.hxx
parentcheck np bounds yet again (diff)
downloadcore-91b1f300cf7f357c3a39d0d5810326cc78d78f16.tar.gz
core-91b1f300cf7f357c3a39d0d5810326cc78d78f16.zip
convert to typed Link<> in sfx2
Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e Reviewed-on: https://gerrit.libreoffice.org/17195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 1cf9082ca5e7..20ca10173822 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -166,8 +166,6 @@ struct SingleTabDlgImpl
{
VclPtr<SfxTabPage> m_pSfxPage;
VclPtr<FixedLine> m_pLine;
- OUString m_sInfoURL;
- Link<> m_aInfoLink;
SingleTabDlgImpl();
};