summaryrefslogtreecommitdiff
path: root/tools/inc/bootstrp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit3735d9d387398fd90ab63ce2b1367dd154bd0fb9 (patch)
tree1e9e71bcaf766edbcdde3e54149c816da72ccd13 /tools/inc/bootstrp
parent1bed162a7494769275db0831810f51069415881f (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'tools/inc/bootstrp')
-rw-r--r--tools/inc/bootstrp/command.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/bootstrp/command.hxx b/tools/inc/bootstrp/command.hxx
index e80f07adbeba..3b481371908b 100644
--- a/tools/inc/bootstrp/command.hxx
+++ b/tools/inc/bootstrp/command.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: command.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.40.2 $
*
* This file is part of OpenOffice.org.
*
@@ -136,7 +136,7 @@ public:
/** Spawns the Process
@return 0 when spawned without errors, otherwise a error code
*/
- operator const int();
+ operator int();
ByteString GetCommandLine_() { return aCommandLine; }
ByteString GetCommand() { return aCommand; }
@@ -162,7 +162,7 @@ class CCommandd : public CCommand
public:
CCommandd( ByteString &rString, CommandBits nBits );
CCommandd( const char *pChar, CommandBits nBits );
- operator const int();
+ operator int();
};
#endif