diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-10 19:28:48 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-10 19:23:25 +0000 |
commit | 2f66b0cb110c2f7d864f96e850015aa1741e1f94 (patch) | |
tree | 8884d890732cb197925348a1392408ad3e26c686 /xmlhelp/source/cxxhelp/provider/contentcaps.cxx | |
parent | d4ba5995a168a8999734252fe6e9240bde1b7dae (diff) |
fdo#62475 removed pointless comments
Change-Id: I4fa01553246fa023806b3fec8e6e756a1efa59f1
Reviewed-on: https://gerrit.libreoffice.org/5342
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/contentcaps.cxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/contentcaps.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx index 9b442dc682f0..d53bbba40e8d 100644 --- a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx +++ b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx @@ -154,26 +154,17 @@ uno::Sequence< beans::Property > Content::getProperties( return props; } - - -//========================================================================= // virtual uno::Sequence< star::ucb::CommandInfo > Content::getCommands( const uno::Reference< star::ucb::XCommandEnvironment > & /*xEnv*/ ) { - //================================================================= - // // Supported commands - // - //================================================================= #define COMMAND_COUNT 5 static const star::ucb::CommandInfo aCommandInfoTable[] = { - /////////////////////////////////////////////////////////////// // Required commands - /////////////////////////////////////////////////////////////// star::ucb::CommandInfo( "getCommandInfo", -1, |