summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:29:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:49 +0200
commit310ce51340c2d64c4bb148caea2c01cf3f83a4b7 (patch)
treecbe68a39e7720bc07db2a8f2f7f044f36d3b6525 /ucb/source/ucp/tdoc/tdoc_docmgr.cxx
parent0b8e2033339fd2f6e00e4ab9c735307740586ec3 (diff)
loplugin:includeform: ucb
Change-Id: Ifa5d2d7c4a8f9464dfcfea7f50e8a6a79043be08
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_docmgr.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_docmgr.cxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
index 8cbf68550830..152e72d2b356 100644
--- a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
@@ -18,24 +18,24 @@
*/
-#include "osl/diagnose.h"
-#include "rtl/ref.hxx"
-#include "cppuhelper/weak.hxx"
-
-#include "comphelper/documentinfo.hxx"
-#include "comphelper/namedvaluecollection.hxx"
-#include "comphelper/sequence.hxx"
-
-#include "com/sun/star/awt/XTopWindow.hpp"
-#include "com/sun/star/beans/XPropertySet.hpp"
-#include "com/sun/star/document/XDocumentEventBroadcaster.hpp"
-#include "com/sun/star/document/XStorageBasedDocument.hpp"
-#include "com/sun/star/frame/UnknownModuleException.hpp"
-#include "com/sun/star/frame/theGlobalEventBroadcaster.hpp"
-#include "com/sun/star/frame/ModuleManager.hpp"
-#include "com/sun/star/lang/DisposedException.hpp"
-#include "com/sun/star/lang/NotInitializedException.hpp"
-#include "com/sun/star/util/XCloseBroadcaster.hpp"
+#include <osl/diagnose.h>
+#include <rtl/ref.hxx>
+#include <cppuhelper/weak.hxx>
+
+#include <comphelper/documentinfo.hxx>
+#include <comphelper/namedvaluecollection.hxx>
+#include <comphelper/sequence.hxx>
+
+#include <com/sun/star/awt/XTopWindow.hpp>
+#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
+#include <com/sun/star/document/XStorageBasedDocument.hpp>
+#include <com/sun/star/frame/UnknownModuleException.hpp>
+#include <com/sun/star/frame/theGlobalEventBroadcaster.hpp>
+#include <com/sun/star/frame/ModuleManager.hpp>
+#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/NotInitializedException.hpp>
+#include <com/sun/star/util/XCloseBroadcaster.hpp>
#include "tdoc_docmgr.hxx"
#include "tdoc_provider.hxx"