diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-03 10:57:51 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-03 10:57:51 +1100 |
commit | 32096592fcf067d50e22090135b542325f5e3e62 (patch) | |
tree | 83362846eb6a8a9f5f653fe2a5c87d7683d1390f /toolkit | |
parent | 9c77bb8fde80d7f35676cb1e41e5b122ac96b6a4 (diff) |
toolkit: remove some comment cruft from vclunohelper.cxx
Change-Id: I1670e8d1adccd2123d41e51b7d7ee5228c555280
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/vclunohelper.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx index 20bcae539fca..9c0f76f2002a 100644 --- a/toolkit/source/helper/vclunohelper.cxx +++ b/toolkit/source/helper/vclunohelper.cxx @@ -57,9 +57,6 @@ using namespace ::com::sun::star; -// class VCLUnoHelper - - uno::Reference< css::awt::XToolkit> VCLUnoHelper::CreateToolkit() { uno::Reference< uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext(); @@ -514,8 +511,6 @@ sal_Int32 VCLUnoHelper::VCL2UnoEmbedMapUnit( MapUnit nVCLMapUnit ) using namespace ::com::sun::star::util; -//= file-local helpers - namespace { enum UnitConversionDirection |