summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-11-13 14:39:15 +0000
committerOliver Bolte <obo@openoffice.org>2000-11-13 14:39:15 +0000
commitb99e19a265d39e0ac6356a88fcc5b1d45b560d58 (patch)
tree9b114850520a99c24afa2457332fb7cb1cbca631 /cpputools
parent6ed5f5fa65b6565a7cd7cb5806261358340e7857 (diff)
include algorithm added
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/registercomponent.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/registercomponent/registercomponent.cxx b/cpputools/source/registercomponent/registercomponent.cxx
index 746831ea5dbc..46ba2097285a 100644
--- a/cpputools/source/registercomponent/registercomponent.cxx
+++ b/cpputools/source/registercomponent/registercomponent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registercomponent.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kr $ $Date: 2000-11-09 17:30:17 $
+ * last change: $Author: obo $ $Date: 2000-11-13 15:39:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
#include <com/sun/star/registry/XImplementationRegistration.hpp>
#include <com/sun/star/registry/XSimpleRegistry.hpp>
#include <com/sun/star/lang/XComponent.hpp>
-
+#include <algorithm>
static void usingRegisterImpl()
{
fprintf(stderr, "\nusing: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl]\n");