summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 15:59:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 15:59:30 +0000
commit8271c6b4efa1d5eaf0ea0498a3d42a3f0ba2b9fb (patch)
tree26694393abe966e40b4c2209b46d5b0d76e97625 /extensions
parentbf1b6d34ccaeaf82fcb37d3822a896c5c0439ab2 (diff)
#65293#: include <cstdarg>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/unx/plugcon.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/plugcon.cxx b/extensions/source/plugin/unx/plugcon.cxx
index f1c1419642e9..ed5817d4c0d3 100644
--- a/extensions/source/plugin/unx/plugcon.cxx
+++ b/extensions/source/plugin/unx/plugcon.cxx
@@ -2,12 +2,15 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.1 2001-10-23 17:31:20 pl Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/plugcon.cxx,v 1.2 2002-02-21 16:59:30 hr Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.1 2001/10/23 17:31:20 pl
+ #92403# move plugins into own executable like SO5.2
+
Revision 1.5 2000/03/22 12:01:07 pl
#74086# do not wait indefinitely on dead mediators
@@ -29,6 +32,7 @@
*************************************************************************/
#include <plugin/unx/plugcon.hxx>
+#include <cstdarg>
UINT32 PluginConnector::GetStreamID( NPStream* pStream )
{