summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleContextBase.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-10-02 08:57:20 +0000
committerSascha Ballach <sab@openoffice.org>2002-10-02 08:57:20 +0000
commit564a94be4dc6277092b408312b6f2faa02802933 (patch)
treef7c99abf0c68cc28fbc15c881126aa4910f3955b /sc/source/ui/inc/AccessibleContextBase.hxx
parent386d2318761fafad7f4b390978b86695012e3907 (diff)
#103861#; make mxParent protected so it is usable in abreviated classes
Diffstat (limited to 'sc/source/ui/inc/AccessibleContextBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleContextBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx
index 968c2173f3e8..f8962c2e57bd 100644
--- a/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleContextBase.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: sab $ $Date: 2002-08-08 13:20:09 $
+ * last change: $Author: sab $ $Date: 2002-10-02 09:57:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -378,11 +378,11 @@ protected:
/// Use this method to set initial Description without notification
void SetDescription(const rtl::OUString& rDesc) { msDescription = rDesc; }
-private:
/// Reference to the parent object.
::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible> mxParent;
+private:
/** Description of this object. This is not a constant because it can
be set from the outside. Furthermore, it changes according the the
draw page's display mode.