pages.cxx (2722cedd) | pages.cxx (707fc0d4) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31#include <vcl/msgbox.hxx> 32#include <vcl/mnemonic.hxx> 33#include <vos/security.hxx> 34#include <app.hxx> 35#include <rtl/ustring.hxx> 36#include <osl/file.hxx> 37#include <unotools/bootstrap.hxx> 38#include <unotools/configmgr.hxx> | 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 --- 22 unchanged lines hidden (view full) --- 31#include <vcl/msgbox.hxx> 32#include <vcl/mnemonic.hxx> 33#include <vos/security.hxx> 34#include <app.hxx> 35#include <rtl/ustring.hxx> 36#include <osl/file.hxx> 37#include <unotools/bootstrap.hxx> 38#include <unotools/configmgr.hxx> |
39#include <unotools/regoptions.hxx> | |
40#include <unotools/useroptions.hxx> 41#include <sfx2/basedlgs.hxx> 42#include <comphelper/processfactory.hxx> 43#include <com/sun/star/lang/XMultiServiceFactory.hpp> 44#include <com/sun/star/lang/XInitialization.hpp> 45#include <com/sun/star/frame/XDesktop.hpp> 46#include <com/sun/star/beans/XMaterialHolder.hpp> 47#include <com/sun/star/beans/NamedValue.hpp> --- 284 unchanged lines hidden --- | 39#include <unotools/useroptions.hxx> 40#include <sfx2/basedlgs.hxx> 41#include <comphelper/processfactory.hxx> 42#include <com/sun/star/lang/XMultiServiceFactory.hpp> 43#include <com/sun/star/lang/XInitialization.hpp> 44#include <com/sun/star/frame/XDesktop.hpp> 45#include <com/sun/star/beans/XMaterialHolder.hpp> 46#include <com/sun/star/beans/NamedValue.hpp> --- 284 unchanged lines hidden --- |