ModuleHelper.cxx (24c56ab9) | ModuleHelper.cxx (39ded6f8) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 | 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 --- 6 unchanged lines hidden (view full) --- 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 |
23#include "precompiled_formula.hxx" |
|
23#include "ModuleHelper.hxx" 24#include <comphelper/configurationhelper.hxx> 25#include <comphelper/processfactory.hxx> 26#include <osl/thread.h> 27#include <com/sun/star/util/XMacroExpander.hpp> 28#include <com/sun/star/beans/XPropertySet.hpp> 29#include <com/sun/star/uno/XComponentContext.hpp> 30#include <rtl/uri.hxx> --- 107 unchanged lines hidden --- | 24#include "ModuleHelper.hxx" 25#include <comphelper/configurationhelper.hxx> 26#include <comphelper/processfactory.hxx> 27#include <osl/thread.h> 28#include <com/sun/star/util/XMacroExpander.hpp> 29#include <com/sun/star/beans/XPropertySet.hpp> 30#include <com/sun/star/uno/XComponentContext.hpp> 31#include <rtl/uri.hxx> --- 107 unchanged lines hidden --- |