summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-24 12:53:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-24 13:11:52 +0000
commit04f21f9ad6c4b5be606f3c62fd10b3f1c2df283a (patch)
treec0a63dbc3bad52227e5ecfc3cdfb018044d20091 /sfx2/inc
parente2d60ae0bf885a39bb392729797b0fc6ec3a5fe5 (diff)
SingleTabDlgImpl::m_pTabPage never used
Change-Id: I958fb2a42f8cc0ed87a98c68a303c8d6d6195079
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/basedlgs.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/basedlgs.hxx b/sfx2/inc/sfx2/basedlgs.hxx
index 2d3abba9ab1d..d532f3cc9c09 100644
--- a/sfx2/inc/sfx2/basedlgs.hxx
+++ b/sfx2/inc/sfx2/basedlgs.hxx
@@ -153,14 +153,16 @@ public:
struct SingleTabDlgImpl
{
- TabPage* m_pTabPage;
SfxTabPage* m_pSfxPage;
FixedLine* m_pLine;
String m_sInfoURL;
Link m_aInfoLink;
- SingleTabDlgImpl() :
- m_pTabPage( NULL ), m_pSfxPage( NULL ), m_pLine( NULL ) {}
+ SingleTabDlgImpl()
+ : m_pSfxPage(NULL)
+ , m_pLine(NULL)
+ {
+ }
};
typedef sal_uInt16* (*GetTabPageRanges)(); // liefert internationale Which-Werte