summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:09:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:09:56 +0000
commit9c8642934fc7e1db71a44b5d00d8020ff5e5bc50 (patch)
tree7ec5534debec6d257419bd4f8807ea84149635eb /sw/source/core/access/accdoc.hxx
parent7af735730dff4eb7ea58636e17348b8e13c87218 (diff)
INTEGRATION: CWS swusing (1.21.38); FILE MERGED
2007/10/10 14:15:08 tl 1.21.38.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/core/access/accdoc.hxx')
-rw-r--r--sw/source/core/access/accdoc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/access/accdoc.hxx b/sw/source/core/access/accdoc.hxx
index 89ec8ca3fd30..592e1b8af731 100644
--- a/sw/source/core/access/accdoc.hxx
+++ b/sw/source/core/access/accdoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accdoc.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 08:19:35 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:09:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,6 +58,8 @@ class SwAccessibleDocumentBase : public SwAccessibleContext
Window* mpChildWin; // protected by solar mutext
+ using SwAccessibleFrame::SetVisArea;
+
protected:
virtual ~SwAccessibleDocumentBase();
@@ -66,7 +68,6 @@ public:
SwAccessibleDocumentBase( SwAccessibleMap* pInitMap );
- using SwAccessibleFrame::SetVisArea;
void SetVisArea();
virtual void AddChild( Window *pWin, sal_Bool bFireEvent = sal_True );