summaryrefslogtreecommitdiff
path: root/include/cppuhelper/factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/factory.hxx')
-rw-r--r--include/cppuhelper/factory.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 062252e92f4e..aa5fdf6dad7c 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -19,19 +19,19 @@
#ifndef INCLUDED_CPPUHELPER_FACTORY_HXX
#define INCLUDED_CPPUHELPER_FACTORY_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <rtl/ustring.hxx>
-#include <rtl/unload.h>
+#include "rtl/ustring.hxx"
+#include "rtl/unload.h"
-#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/lang/XSingleComponentFactory.hpp>
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <cppuhelper/cppuhelperdllapi.h>
+#include "com/sun/star/uno/XComponentContext.hpp"
+#include "com/sun/star/lang/XSingleComponentFactory.hpp"
+#include "com/sun/star/lang/XSingleServiceFactory.hpp"
+#include "com/sun/star/lang/XMultiServiceFactory.hpp"
+#include "com/sun/star/registry/XRegistryKey.hpp"
+#include "cppuhelper/cppuhelperdllapi.h"
#define COMPONENT_GETENV "component_getImplementationEnvironment"