diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 13:12:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 13:12:58 +0000 |
commit | 2c498593052a240bc20d531d1d827dd3f109951d (patch) | |
tree | 4a07d492a2a9b85528bab48c10b30aeb410d25dc /accessibility/inc | |
parent | cf46ffa491bbd5faf2dfa9879cc9e3454983d912 (diff) |
INTEGRATION: CWS tbe32 (1.3.16); FILE MERGED
2007/11/01 11:31:00 tbe 1.3.16.1: #i83197# A11y: Leave accessible name and description for text engine paragraphs empty
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/accessibility/extended/textwindowaccessibility.hxx | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx index 4a2a2f155d5b..fabb132246ff 100644 --- a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx +++ b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx @@ -4,9 +4,9 @@ * * $RCSfile: textwindowaccessibility.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-06-28 16:31:27 $ + * last change: $Author: vg $ $Date: 2008-01-28 14:12:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -432,13 +432,6 @@ private: // Throws ::css::lang::DisposedException: void checkDisposed(); - void calculateFirstSentence(); - - ::rtl::OUString - calculateDescription(::rtl::OUString const & rFirstSentence); - - ::rtl::OUString calculateName(Paragraphs::size_type nNumber); - ::rtl::Reference< Document > m_xDocument; Paragraphs::size_type m_nNumber; @@ -446,7 +439,6 @@ private: /// client id in the AccessibleEventNotifier queue sal_uInt32 m_nClientId; - ::rtl::OUString m_aFirstSentence; ::rtl::OUString m_aParagraphText; }; @@ -473,14 +465,6 @@ public: // within Paragraph's constructor (i.e., when the Paragraph's ref count is // still zero), pass a "ParagraphImpl const *" instead of a // "::rtl::Reference< ParagraphImpl > const &". - Paragraphs::size_type - retrieveParagraphNumber(ParagraphImpl const * pParagraph); - - // Must be called only after init has been called. - // To make it possible for this method to be (indirectly) called from - // within Paragraph's constructor (i.e., when the Paragraph's ref count is - // still zero), pass a "ParagraphImpl const *" instead of a - // "::rtl::Reference< ParagraphImpl > const &". ::sal_Int32 retrieveParagraphIndex(ParagraphImpl const * pParagraph); // Must be called only after init has been called. |