No! I was cleaning up a messy file from one of my colleagues to give it a straight paragraph structure. The file has been taken over from early versions and modified and modified again, and nobody took care to clean-up the file to something clean and straight. But I need that, as soon as I add a second language layer in a multilanguage document. I create a base for each language and define all styles as dependent directly or indirectly from this style. I have a paragraph style A, defining a bunch of paragraph properties. Paragraph style B relies on paragraph A but changes a bunch of properties. Now I want to reset the kerning and or other properties back to what is defined in style A. I have 2 possibilities: RESET TO BASE and recreate the (wanted) differences (what btw I did in my case, as the difference was basically only the character colour) or I could manually adapt the parameter to what is defined in the base (like changing the paragraph language from US English to UK English as used in the base). The first method supposes that the changes to the child paragraph style are not too important, the second method supposes that you know the parameters as they are defined in the parent style (you know what has been changed, but you do not know the original values). It would be nice to be able to just "delete" (or reset to base for one field only) the overwrite as you can do with character styles for using the paragraph defined parameters. Character styles depending on a parent are the same, except that thy tend to be easier to handle. The problem is also present for object styles, but as they are not so extensively used, I have fewer "problems" with them. I hope this describes the problem better than the short form.
... View more