bootstrap.cxx (eaff96ed) bootstrap.cxx (529d6db8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43#include "osl/thread.hxx"
44
45#include "cppuhelper/shlib.hxx"
46#include "cppuhelper/bootstrap.hxx"
47#include "cppuhelper/component_context.hxx"
48#include "cppuhelper/access_control.hxx"
49#include "cppuhelper/findsofficepath.h"
50
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43#include "osl/thread.hxx"
44
45#include "cppuhelper/shlib.hxx"
46#include "cppuhelper/bootstrap.hxx"
47#include "cppuhelper/component_context.hxx"
48#include "cppuhelper/access_control.hxx"
49#include "cppuhelper/findsofficepath.h"
50
51#include <cppuhelper/com/sun/star/container/XElementAccess.hpp>
51#include "com/sun/star/container/XElementAccess.hpp"
52
53#include "com/sun/star/uno/XComponentContext.hpp"
54#include "com/sun/star/uno/XCurrentContext.hpp"
55
56#include "com/sun/star/lang/XSingleServiceFactory.hpp"
57#include "com/sun/star/lang/XSingleComponentFactory.hpp"
58#include "com/sun/star/lang/XInitialization.hpp"
59#include "com/sun/star/lang/XServiceInfo.hpp"

--- 612 unchanged lines hidden ---
52
53#include "com/sun/star/uno/XComponentContext.hpp"
54#include "com/sun/star/uno/XCurrentContext.hpp"
55
56#include "com/sun/star/lang/XSingleServiceFactory.hpp"
57#include "com/sun/star/lang/XSingleComponentFactory.hpp"
58#include "com/sun/star/lang/XInitialization.hpp"
59#include "com/sun/star/lang/XServiceInfo.hpp"

--- 612 unchanged lines hidden ---