loplugin:mergeclasses
Change-Id: I9f56beebae1ea02a8914b7b25fe7565f7b0df053
This commit is contained in:
@@ -66,7 +66,7 @@ for clazz in sorted(definitionSet - instantiatedSet):
|
||||
if clazz.find("mutex") != -1 or clazz.find("Mutex") != -1:
|
||||
continue
|
||||
otherclazz = next(iter(parentChildDict[clazz]))
|
||||
# exclude combinations that span modules because we often use those to make cross-module dependencies more manageable.
|
||||
# exclude combinations that span modules because we often use those to make cross-module dependencies more manageable.
|
||||
if extractModuleName(clazz) != extractModuleName(otherclazz):
|
||||
continue
|
||||
print "merge", clazz, "with", otherclazz
|
||||
|
@@ -46,8 +46,6 @@ merge ISwFrameControl with SwFrameMenuButtonBase
|
||||
merge IXFAttrList with XFSaxAttrList
|
||||
merge IXFStream with XFSaxStream
|
||||
merge IXFStyle with XFStyle
|
||||
merge ImplGlyphFallbackFontSubstitution with FcGlyphFallbackSubstititution
|
||||
merge ImplPreMatchFontSubstitution with FcPreMatchSubstititution
|
||||
merge LwpDLList with LwpParaProperty
|
||||
merge LwpDLVListHead with LwpPropList
|
||||
merge OldBasicPassword with basic::SfxScriptLibraryContainer
|
||||
|
Reference in New Issue
Block a user