diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-11 22:02:46 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-13 07:26:45 +0000 |
commit | 5ce65d04fd3a6ca69be72e8415b74470c230f2e5 (patch) | |
tree | 4bcd65e53c712b3dc4d7599453c385ba0304ba88 /chart2/source/controller/accessibility/AccessibleChartElement.cxx | |
parent | 22023b104cd1e024aecc28a6161bea519a584407 (diff) |
chart2: cleanup local var assignments
and remove comments about a gcc 3.3 workaround.
some comments went obsolete with other commits
like 367105e0248c7b80b60b2554d04f5f248b4259b3
Change-Id: I15fff464e2f71a6ade29c141bb17216770f54ced
Reviewed-on: https://gerrit.libreoffice.org/27127
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/controller/accessibility/AccessibleChartElement.cxx')
-rw-r--r-- | chart2/source/controller/accessibility/AccessibleChartElement.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.cxx b/chart2/source/controller/accessibility/AccessibleChartElement.cxx index 6e24296e2f37..d94233a76c2e 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.cxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.cxx @@ -169,7 +169,6 @@ Reference< awt::XFont > SAL_CALL AccessibleChartElement::getFont() CheckDisposeState(); Reference< awt::XFont > xFont; - // using assignment for broken gcc 3.3 Reference< awt::XDevice > xDevice( Reference< awt::XWindow >( GetInfo().m_xWindow ), uno::UNO_QUERY ); if( xDevice.is()) |