summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:38:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:38:58 +0000
commit5b0474dacb5f74fa94375596bed56e624356957b (patch)
tree6409a80380b22a956accf2caecd649559487d973 /automation
parent7a93336b2ee04d3c7bb72d6b50836db5922a68fe (diff)
INTEGRATION: CWS pchfix02 (1.26.12); FILE MERGED
2006/09/01 17:16:07 kaib 1.26.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/objtest.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index a4a1775c621f..fe5a0d74e0db 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objtest.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2006-07-06 14:33:04 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:38:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_automation.hxx"
+
/*#include <com/sun/star/devtools/XIServerProxy.hpp>
#include <com/sun/star/devtools/XInformationClient.hpp>
using namespace com::sun::star::devtools;
@@ -2860,7 +2863,7 @@ SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType)
String TestToolObj::GetRevision( String const &aSourceIn )
{
- // search $Revision: 1.26 $
+ // search $Revision: 1.27 $
xub_StrLen nPos;
if ( ( nPos = aSourceIn.SearchAscii( "$Revision:" ) ) != STRING_NOTFOUND )
return aSourceIn.Copy( nPos+ 10, aSourceIn.SearchAscii( "$", nPos+10 ) -nPos-10);