summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:24:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:24:49 +0000
commit144d6a46dd71a0634635053fd7acab33b3f3d42e (patch)
tree533a9c142d27b242d0142f8ac7bb8e7d25c13d47
parent34dfd8ccfcbb31d75050f0646bdce946f6ec1df7 (diff)
INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED
2007/03/08 15:18:43 od 1.7.242.1: #i69287# warning free code
-rw-r--r--sw/source/core/access/acctextframe.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx
index e226cee8b391..0c450cf74504 100644
--- a/sw/source/core/access/acctextframe.hxx
+++ b/sw/source/core/access/acctextframe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acctextframe.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:47:55 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:24:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@ protected:
public:
- SwAccessibleTextFrame( SwAccessibleMap *pMap, const SwFlyFrm *pFlyFrm );
+ SwAccessibleTextFrame( SwAccessibleMap* pInitMap, const SwFlyFrm* pFlyFrm );
virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew);