diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-03 22:30:17 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-04 11:03:38 +0200 |
commit | 57500bd17b8c5568d07084fe99605968705232d3 (patch) | |
tree | dc3e12bd5e8e32172116f376921aa0c9bde798b8 /chart2/source/controller/accessibility | |
parent | 08cf2c305b6a2906fcc23c7b5aac3454e4b46c9a (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'chart2/source/controller/accessibility')
-rw-r--r-- | chart2/source/controller/accessibility/AccessibleChartElement.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.cxx b/chart2/source/controller/accessibility/AccessibleChartElement.cxx index 2361cc62c389..46be54473fd8 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.cxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.cxx @@ -45,23 +45,6 @@ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> -// #ifndef _RTL_UUID_H_ -// #include <rtl/uuid.h> -// #endif -// #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ -// #include <cppuhelper/queryinterface.hxx> -// #endif -// #ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ -// #include <toolkit/helper/vclunohelper.hxx> -// #endif -// #ifndef _SV_WINDOW_HXX -// #include <vcl/window.hxx> -// #endif - -// #ifndef _SVX_ACCESSILE_TEXT_HELPER_HXX_ -// #include <svx/AccessibleTextHelper.hxx> -// #endif - using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; |