summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-26 16:09:14 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-26 16:11:36 +0200
commit49c1964b427c9f2f169ba4d826d346adc7555ae0 (patch)
treee0a931dab2f7ee120f1b5d50764b56a7331a2fd5 /accessibility/source/extended
parenta01605430ec6124093d3b4896839b1bf65c071ed (diff)
WaE: private field 'm_bCompoundControlChild' is not used
Change-Id: I656c044de766e274f4938facc3a85b6152ba79ed
Diffstat (limited to 'accessibility/source/extended')
-rw-r--r--accessibility/source/extended/textwindowaccessibility.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx
index 43782f72d97e..f969bcbd1de2 100644
--- a/accessibility/source/extended/textwindowaccessibility.cxx
+++ b/accessibility/source/extended/textwindowaccessibility.cxx
@@ -770,7 +770,7 @@ void ParagraphImpl::checkDisposed()
}
Document::Document(::VCLXWindow * pVclXWindow, ::TextEngine & rEngine,
- ::TextView & rView, bool bCompoundControlChild):
+ ::TextView & rView, bool /* bCompoundControlChild */):
VCLXAccessibleComponent(pVclXWindow),
m_xAccessible(pVclXWindow),
m_rEngine(rEngine),
@@ -784,8 +784,7 @@ Document::Document(::VCLXWindow * pVclXWindow, ::TextEngine & rEngine,
m_nSelectionFirstPos(-1),
m_nSelectionLastPara(-1),
m_nSelectionLastPos(-1),
- m_bSelectionChangedNotification(false),
- m_bCompoundControlChild(bCompoundControlChild)
+ m_bSelectionChangedNotification(false)
{}
css::lang::Locale Document::retrieveLocale()