~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/lib/WPXPropertyList.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
        void remove(const char * name);
51
51
        const WPXProperty * operator[](const char *name) const;
 
52
        const WPXPropertyList& operator=(const WPXPropertyList& propList);
52
53
        void clear();
53
54
 
54
55
        class Iter