diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-11 10:30:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-11 13:44:29 +0200 |
commit | dd8a400bbbb1b8d5592a870f2036a4df3d005a7d (patch) | |
tree | b2ca1cf048b04f2fb1ba8b20f3ccf86d2f8e6b96 /accessibility | |
parent | e7c0bd4df01744a744847a94c7a04746787e5157 (diff) |
vcl: remove dead TextAttribHyperLink
couldn't even find a proper ctor beside copy-ctor
since commit e19c00ed76f5d46c3b88d2721b9ac84fcaaed97c
Date: Wed Jul 13 13:30:48 2011 +0200
callcatcher: remove unused TextAttrib stuff
Change-Id: Ia7f0bd1dcc725beb8cc53bb82372a4cce3ec68b0
Reviewed-on: https://gerrit.libreoffice.org/41012
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/textwindowaccessibility.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx index d74ee64fcc5d..dcf95d8211f6 100644 --- a/accessibility/source/extended/textwindowaccessibility.cxx +++ b/accessibility/source/extended/textwindowaccessibility.cxx @@ -1056,7 +1056,6 @@ void Document::retrieveRunAttributesImpl( ::sal_uLong nNumber = static_cast< ::sal_uLong >( pParagraph->getNumber() ); ::TextPaM aPaM( nNumber, Index ); // XXX numeric overflow - // FIXME TEXTATTR_HYPERLINK ignored: ::TextAttribFontColor const * pColor = static_cast< ::TextAttribFontColor const * >( m_rEngine.FindAttrib( aPaM, TEXTATTR_FONTCOLOR ) ); |