summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-15 16:11:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-15 21:01:56 +0200
commitff643eb3c5b1a50aab5e544ea689e227eecc751d (patch)
tree83bdca440698ddbfd09a757e4961d4d100c42cd8 /include
parent992ed5bdf9946b59bcd6bfc2250f85e7d0374826 (diff)
m_pLine is always unset
Change-Id: I269081ed0abcad09b66331d7fc1589e16556bd27 Reviewed-on: https://gerrit.libreoffice.org/61801 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 d2ba78be8c37..d4279599fe4b 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -40,7 +40,6 @@ class OKButton;
class CancelButton;
class HelpButton;
class Button;
-class FixedLine;
// class SfxModalDialog --------------------------------------------------
@@ -153,7 +152,6 @@ public:
struct SingleTabDlgImpl
{
VclPtr<SfxTabPage> m_pSfxPage;
- VclPtr<FixedLine> m_pLine;
SingleTabDlgImpl();
};