summaryrefslogtreecommitdiff
path: root/desktop/inc/migration.hxx
blob: cb73bdd42eb52ccfef6386312fa60c309e585b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_DESKTOP_INC_MIGRATION_HXX
#define INCLUDED_DESKTOP_INC_MIGRATION_HXX

#include <sal/types.h>
#include <rtl/ustring.hxx>

namespace desktop {

class Migration
{
public:
    static void migrateSettingsIfNecessary();
};
}
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+0100'>2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara 2014-08-28Fix some *_component_getFactory function typesStephan Bergmann 2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe 2014-08-26convert SBX flag bits to type-safe enumNoel Grandin 2014-08-21Fix *_component_getFactory function typeStephan Bergmann 2014-08-21Fix *_component_getFactory function typeStephan Bergmann 2014-08-18ErrorBox->MessageDialogCaolán McNamara 2014-07-11new loplugin: externalandnotdefinedNoel Grandin 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud 2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin 2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-06-05scripting: remove SAL_THROW macroNoel Grandin 2014-06-04compareToAscii -> equalsAsciiNoel Grandin 2014-06-01fdo#68849: Add header guards to all include filesJens Carl 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove more unnecessary use of OUString constructorNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-05-14various loplugin:passsequencebyrefNoel Grandin 2014-05-11Fix previous commit (scripting part)Julien Nabet 2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet 2014-04-24scripting: sal_Bool->boolNoel Grandin 2014-04-21remove comments why a file gets includedThomas Arnhold 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-14Clean up function declarationsStephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-29coverity#704287 Logically dead codeCaolán McNamara 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-18Find places where OUString and OString are passed by value.Noel Grandin