summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-27 16:07:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-27 16:07:10 +0200
commit4ab979fce0f92733da568b5ef58b4272738740f5 (patch)
tree84b68a830e820a5f8f5df2b0d5999895444accbd /accessibility/inc
parenta4a1467bc47b81ad68ecad0d5e2e163670582919 (diff)
Document::retrieveDefaultAttributesImpl did nothing
...ever since dac3b388798e78803a5df77894bfd30cddeb77c3 "INTEGRATION: CWS a11ysep" Change-Id: I1bba12e9f6ab69cf561a7eda010cefba91c47a49
Diffstat (limited to 'accessibility/inc')
-rw-r--r--accessibility/inc/extended/textwindowaccessibility.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/accessibility/inc/extended/textwindowaccessibility.hxx b/accessibility/inc/extended/textwindowaccessibility.hxx
index c44c028b8459..d30259c2a70d 100644
--- a/accessibility/inc/extended/textwindowaccessibility.hxx
+++ b/accessibility/inc/extended/textwindowaccessibility.hxx
@@ -412,15 +412,6 @@ public:
// within Paragraph's constructor (i.e., when the Paragraph's ref count is
// still zero), pass a "Paragraph const &" instead of a
// "::rtl::Reference< Paragraph > const &".
- css::uno::Sequence< css::beans::PropertyValue > retrieveDefaultAttributes(
- Paragraph const * pParagraph,
- const css::uno::Sequence< OUString >& RequestedAttributes);
-
- // 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 "Paragraph const &" instead of a
- // "::rtl::Reference< Paragraph > const &".
// Throws css::lang::IndexOutOfBoundsException.
css::uno::Sequence< css::beans::PropertyValue > retrieveRunAttributes(
Paragraph const * pParagraph, ::sal_Int32 Index,
@@ -563,11 +554,6 @@ private:
static ::FontWeight mapFontWeight(css::uno::Any const & rWeight);
- static void retrieveDefaultAttributesImpl(
- Paragraph const * pParagraph,
- const css::uno::Sequence< OUString >& RequestedAttributes,
- tPropValMap& rDefAttrSeq);
-
void retrieveRunAttributesImpl(
Paragraph const * pParagraph, ::sal_Int32 Index,
const css::uno::Sequence< OUString >& RequestedAttributes,