summaryrefslogtreecommitdiff
path: root/sal/qa/helper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 07:55:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 07:55:46 +0000
commite4ac03cecd8c289c401a75f2bc466d89bdfd3bb5 (patch)
tree950c369874dc2d8c150d1870407f77db34d69cc8 /sal/qa/helper
parentbf7ffa1962a15f04f73f727adf4967be6a59893c (diff)
INTEGRATION: CWS qadev17 (1.5.38); FILE MERGED
2004/04/14 12:08:07 lla 1.5.38.4: #116021# mark unload.h functions as deprecated 2004/04/06 10:57:08 lla 1.5.38.3: #116021# new deprecated functions found in locale.c 2004/03/31 09:48:29 lla 1.5.38.2: #116021# deprecated, get/setDefault in rtl_locale? 2004/03/24 08:41:00 lla 1.5.38.1: #116021# add deprecated rtl_tres_* functions
Diffstat (limited to 'sal/qa/helper')
-rw-r--r--sal/qa/helper/gcov/deprecated.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/sal/qa/helper/gcov/deprecated.txt b/sal/qa/helper/gcov/deprecated.txt
index 8d8c45baaf6f..a46a94acca65 100644
--- a/sal/qa/helper/gcov/deprecated.txt
+++ b/sal/qa/helper/gcov/deprecated.txt
@@ -177,3 +177,37 @@
rtl_byte_sequence_equals;
rtl_byte_sequence_getConstArray;
rtl_byte_sequence_getLength;
+
+# LLA:
+# old test environment need no extra test
+ rtl_tres_create;
+ rtl_tres_destroy;
+
+# LLA:
+# found in source code, marked as deprecated
+# rtl_locale_getDefault;
+# rtl_locale_setDefault;
+
+# LLA:
+# marked as deprecated, due to the fact there is no access from outside
+# so this functions are not really accessable
+# They are used in rtl/source/locale.c
+ rtl_hashentry_destroy;
+ rtl_hashfunc;
+ rtl_hashtable_add;
+ rtl_hashtable_destroy;
+ rtl_hashtable_find;
+ rtl_hashtable_grow;
+ rtl_hashtable_init;
+
+# LLA:
+# marked as deprecated by Joachim Lingner 20040414
+ rtl_moduleCount_acquire;
+ rtl_moduleCount_release;
+ rtl_moduleCount_canUnload;
+ rtl_registerModuleForUnloading;
+ rtl_unregisterModuleForUnloading;
+ rtl_unloadUnusedModules;
+ rtl_addUnloadingListener;
+ rtl_removeUnloadingListener;
+