include algorithm added
This commit is contained in:
parent
6ed5f5fa65
commit
b99e19a265
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: registercomponent.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
#include <com/sun/star/registry/XImplementationRegistration.hpp>
|
#include <com/sun/star/registry/XImplementationRegistration.hpp>
|
||||||
#include <com/sun/star/registry/XSimpleRegistry.hpp>
|
#include <com/sun/star/registry/XSimpleRegistry.hpp>
|
||||||
#include <com/sun/star/lang/XComponent.hpp>
|
#include <com/sun/star/lang/XComponent.hpp>
|
||||||
|
#include <algorithm>
|
||||||
static void usingRegisterImpl()
|
static void usingRegisterImpl()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "\nusing: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl]\n");
|
fprintf(stderr, "\nusing: regcomp -register|revoke -r registryfile -c locationUrl [-br registryfile] [-l componentLoaderUrl]\n");
|
||||||
|
|
Loading…
Reference in a new issue