summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:58:57 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 16:56:28 +0300
commita7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch)
tree5aeb953a7172ea061c7884be8c19849b9e2d81d8 /ucb
parent1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff)
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_provider.hxx4
-rw-r--r--ucb/workben/cachemap/cachemaptest.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_provider.hxx b/ucb/source/ucp/tdoc/tdoc_provider.hxx
index 1d656527e937..e2ef902d64b0 100644
--- a/ucb/source/ucp/tdoc/tdoc_provider.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_provider.hxx
@@ -24,9 +24,9 @@
#include <com/sun/star/frame/XTransientDocumentsDocumentContentFactory.hpp>
#include <com/sun/star/packages/WrongPasswordException.hpp>
#include "ucbhelper/providerhelper.hxx"
-#include "tdoc_uri.hxx" // for TDOC_URL_SCHEME
+#include "tdoc_uri.hxx"
#include "tdoc_docmgr.hxx"
-#include "tdoc_storage.hxx" // for StorageAccessMode
+#include "tdoc_storage.hxx"
namespace com { namespace sun { namespace star { namespace embed {
class XStorage;
diff --git a/ucb/workben/cachemap/cachemaptest.cxx b/ucb/workben/cachemap/cachemaptest.cxx
index f9daee369b1d..660276d67dff 100644
--- a/ucb/workben/cachemap/cachemaptest.cxx
+++ b/ucb/workben/cachemap/cachemaptest.cxx
@@ -28,7 +28,7 @@
#include <cstdlib>
#include <memory>
-#include <stdio.h> // <iostream> or <cstdio> do not work well on all platforms
+#include <stdio.h>
using ucb::cachemap::Object1;
using ucb::cachemap::Object2;