ucb: remove unnecessary comments

Change-Id: I56b8766526972bbf75425baabcecab9f45510fd6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139763
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Chris Sherlock 2022-09-11 18:49:48 +10:00 committed by Julien Nabet
parent 3689c2227e
commit 247bbdf7e0
12 changed files with 2 additions and 73 deletions

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <ucbhelper/activedatasink.hxx>
using namespace com::sun::star;

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include "activedatastreamer.hxx"
using namespace com::sun::star;

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <ucbhelper/commandenvironment.hxx>
#include <com/sun/star/uno/Reference.hxx>

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <osl/diagnose.h>
#include <rtl/ref.hxx>
#include <cppuhelper/exc_hlp.hxx>

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <ucbhelper/contentidentifier.hxx>
using namespace com::sun::star::uno;
@ -33,10 +27,6 @@ using namespace com::sun::star::ucb;
namespace ucbhelper
{
// struct ContentIdentifier_Impl.
struct ContentIdentifier_Impl
{
OUString m_aContentId;

View file

@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/ucb/UnsupportedCommandException.hpp>
#include <com/sun/star/ucb/XPersistentPropertySet.hpp>

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <ucbhelper/interactionrequest.hxx>
#include <rtl/ref.hxx>

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <vector>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>

View file

@ -33,10 +33,6 @@ using namespace com::sun::star;
namespace ucbhelper {
// registerAtUcb
bool
registerAtUcb(
uno::Reference< ucb::XContentProviderManager > const & rManager,

View file

@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <memory>
#include <mutex>
#include <comphelper/interfacecontainer4.hxx>

View file

@ -18,14 +18,11 @@
*/
/**************************************************************************
TODO
**************************************************************************
/* TODO
- This implementation is far away from completion. It has no interface
for changes notifications etc.
*/
*************************************************************************/
#include <com/sun/star/ucb/ListActionType.hpp>
#include <com/sun/star/ucb/ListenerAlreadySetException.hpp>
#include <com/sun/star/ucb/ServiceNotFoundException.hpp>

View file

@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
/**************************************************************************
TODO
**************************************************************************
*************************************************************************/
#include <osl/diagnose.h>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>