summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hltpbase.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 23:06:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-31 09:04:14 +0200
commit93a36f862b2aff3790a90a51e4a7df513fde53b1 (patch)
tree52251631b6bde7e38e2ba78c9f41e7b02b41f33e /cui/source/dialogs/hltpbase.cxx
parent886a3640e2a5ff3ebd12b4034f6c245946dd8e95 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I6d5948fc6b2b42e306db9de70ab44b235dc116f9
Diffstat (limited to 'cui/source/dialogs/hltpbase.cxx')
-rw-r--r--cui/source/dialogs/hltpbase.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx
index 4a1a2ecb0ef6..e665a960dddb 100644
--- a/cui/source/dialogs/hltpbase.cxx
+++ b/cui/source/dialogs/hltpbase.cxx
@@ -96,10 +96,9 @@ SvxFramesComboBox::~SvxFramesComboBox ()
|*
|************************************************************************/
-SvxHyperURLBox::SvxHyperURLBox( Window* pParent, INetProtocol eSmart, sal_Bool bAddresses )
+SvxHyperURLBox::SvxHyperURLBox( Window* pParent, INetProtocol eSmart )
: SvtURLBox ( pParent, eSmart ),
- DropTargetHelper ( this ),
- mbAccessAddress (bAddresses)
+ DropTargetHelper ( this )
{
}