Kaydet (Commit) 982265ed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: Ied75b7d6e9759a24dc857ff6f2adeee61f240e40
üst ffa354e2
...@@ -5724,18 +5724,6 @@ sal_uLong SwWW8ImplReader::LoadThroughDecryption(SwPaM& rPaM ,WW8Glossary *pGlos ...@@ -5724,18 +5724,6 @@ sal_uLong SwWW8ImplReader::LoadThroughDecryption(SwPaM& rPaM ,WW8Glossary *pGlos
return nErrRet; return nErrRet;
} }
class outlineeq : public std::unary_function<const SwTxtFmtColl*, bool>
{
private:
sal_uInt8 mnNum;
public:
outlineeq(sal_uInt8 nNum) : mnNum(nNum) {}
bool operator()(const SwTxtFmtColl *pTest) const
{
return pTest->IsAssignedToListLevelOfOutlineStyle() && pTest->GetAssignedOutlineStyleLevel() == mnNum;
}
};
void SwWW8ImplReader::SetOutlineStyles() void SwWW8ImplReader::SetOutlineStyles()
{ {
// If we are inserted into a document then don't clobber existing outline // If we are inserted into a document then don't clobber existing outline
......
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