summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-08-23 07:44:33 +0000
committerFrank Meies <fme@openoffice.org>2002-08-23 07:44:33 +0000
commit486ed71b82ffccf499a8aeb8d204a415687e44b5 (patch)
treee4ff1a608a7b33e9a4adfb4c0ed4872db6974f24 /svtools/inc
parentcb597681f21ce20eff5acda8ce27530059494356 (diff)
#99877# Index sorting should use the locales and algorithms of the IndexEntrySupplier
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/indexentryres.hxx20
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 */
+
+