summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:18:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:18:45 +0000
commitbf6488a006db1a21b39265d9238fbe9a95677cf9 (patch)
tree00db6cabee50952364136c7337d9b078c38f768e
parente5f48c8a3aab1aa854a86445b984b8d7134d4070 (diff)
INTEGRATION: CWS sb59 (1.4.12); FILE MERGED
2006/08/16 14:46:07 sb 1.4.12.1: #i67487# Made code warning-free (wntmsci10).
-rw-r--r--automation/source/testtool/comm_bas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/comm_bas.hxx b/automation/source/testtool/comm_bas.hxx
index d6c14b7dddaa..5262379cfc87 100644
--- a/automation/source/testtool/comm_bas.hxx
+++ b/automation/source/testtool/comm_bas.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: comm_bas.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:26:33 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:18:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,8 +66,8 @@ private:
struct Methods {
const char* pName; // Name des Eintrags
SbxDataType eType; // Datentyp
- short nArgs; // Argumente und Flags
pMeth pFunc; // Function Pointer
+ short nArgs; // Argumente und Flags
};
static Methods aManagerMethods[]; // Methodentabelle
static Methods aLinkMethods[]; // Methodentabelle