~mikel-martin/therp-addons/6.1

« back to all changes in this revision

Viewing changes to report_aeroo_ooo_plugin/plugin/pythonpath/Localization.py

  • Committer: mikel
  • Date: 2012-11-22 00:28:52 UTC
  • mfrom: (34.1.34 therp-addons)
  • Revision ID: mikel@pcl2-20121122002852-qe36u2is9jyxeazw
[mege]

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
def props( *args, **kwargs ):
32
32
    return typednamedvalues( 'com.sun.star.beans.PropertyValue', *args, **kwargs )
33
33
 
34
 
class LocalizedObject(object, unohelper.Base):
 
34
class LocalizedObject(unohelper.Base):
35
35
    def initpath( self ):
36
36
        path = self.config.Origin
37
37
        expander = self.ctx.getValueByName( '/singletons/com.sun.star.util.theMacroExpander' )