Kaydet (Commit) 2c498593 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst cf46ffa4
......@@ -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;
};
......@@ -468,14 +460,6 @@ public:
// Must be called only after init has been called.
::css::lang::Locale retrieveLocale();
// 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 &".
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment