Kaydet (Commit) 49c1964b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private field 'm_bCompoundControlChild' is not used

Change-Id: I656c044de766e274f4938facc3a85b6152ba79ed
üst a0160543
......@@ -696,7 +696,6 @@ private:
::std::queue< ::TextHint > m_aParagraphNotifications;
bool m_bSelectionChangedNotification;
bool m_bCompoundControlChild;
};
}
......
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment