summaryrefslogtreecommitdiff
path: root/tools/bootstrp/command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/command.cxx')
-rw-r--r--tools/bootstrp/command.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/command.cxx b/tools/bootstrp/command.cxx
index f22a8282fff6..05e981b64a0e 100644
--- a/tools/bootstrp/command.cxx
+++ b/tools/bootstrp/command.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: command.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.18.40.2 $
*
* This file is part of OpenOffice.org.
*
@@ -440,7 +440,7 @@ void CCommand::ImplInit()
}
/*****************************************************************************/
-CCommand::operator const int()
+CCommand::operator int()
/*****************************************************************************/
{
int nRet;
@@ -589,7 +589,7 @@ CCommandd::CCommandd( const char *pChar, CommandBits nBits )
}
/*****************************************************************************/
-CCommandd::operator const int()
+CCommandd::operator int()
/*****************************************************************************/
{
int nRet = 0;