summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
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;