summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:45:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:45:57 +0000
commit7a392c839461f6e988d69c0fbbc2a5e40bd9f83d (patch)
treeae92e7535f7384261de12700d9af642524b54386 /salhelper
parent77117761cc5e20d4876b16fbf9c5c165bf9f9544 (diff)
INTEGRATION: CWS sb71 (1.5.46); FILE MERGED
2007/06/22 09:32:59 sb 1.5.46.1: #i75466# salhelper/dynload.hxx is no longer used anywere and no longer maintained.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/dynload.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/salhelper/inc/salhelper/dynload.hxx b/salhelper/inc/salhelper/dynload.hxx
index 567921dd9be8..9767e4885e4b 100644
--- a/salhelper/inc/salhelper/dynload.hxx
+++ b/salhelper/inc/salhelper/dynload.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dynload.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:58:03 $
+ * last change: $Author: vg $ $Date: 2007-10-15 12:45:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,6 +120,9 @@ protected:
to initialize the function pointers with the real functions. Furthermore provides the
loader a reference counter for the library. When the last instance of the laoder will
be destroyed the loader will unload the library.
+
+ @deprecated
+ Do not use.
*/
template<class API>
class ODynamicLoader