diff options
author | Frank Meies <fme@openoffice.org> | 2002-08-23 07:44:33 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2002-08-23 07:44:33 +0000 |
commit | 486ed71b82ffccf499a8aeb8d204a415687e44b5 (patch) | |
tree | e4ff1a608a7b33e9a4adfb4c0ed4872db6974f24 /svtools/inc | |
parent | cb597681f21ce20eff5acda8ce27530059494356 (diff) |
#99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/indexentryres.hxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/svtools/inc/indexentryres.hxx b/svtools/inc/indexentryres.hxx new file mode 100644 index 000000000000..6b3d63b5e565 --- /dev/null +++ b/svtools/inc/indexentryres.hxx @@ -0,0 +1,20 @@ + +#ifndef SVTOOLS_INDEXENTRYRESSOURCE_HXX +#define SVTOOLS_INDEXENTRYRESSOURCE_HXX + +class IndexEntryRessourceData; + +class IndexEntryRessource +{ + private: + IndexEntryRessourceData *mp_Data; + + public: + IndexEntryRessource (); + ~IndexEntryRessource (); + const String& GetTranslation (const String& r_Algorithm); +}; + +#endif /* SVTOOLS_INDEXENTRYRESSOURCE_HXX */ + + |