Skip to content
  • Thomas Zander's avatar
    So, here I was, happily implementing a rather trivial method in the text tool · 54fd6d52
    Thomas Zander authored
    when I realize that I need a viewConverter instance passed into the method.
    So I alter the signature and add the variable to the call in kword.
    Only to realize that I can't do it since I have a const problem.  The method
    is const, but the variable getter is not.  Hmm, hang on; but it _should_ be const
    since it just returns a variable...
    Ok, long story short; I ended up altering quite some method signatures and added
    const to some interfaces (and all their implementations).
    
    Oh, and I also implemented this trivial input-method query method ;)
    
    svn path=/trunk/koffice/; revision=669084
    54fd6d52