remove assert looking for new compatibilityMode DOCX
[LibreOffice.git] / include / unotools / VersionConfig.hxx
blob57aebd7c9ec14e7acb02f4c78e0729ccc67a44ae
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 */
10 #pragma once
12 #include <sal/config.h>
14 #include <unotools/unotoolsdllapi.h>
16 namespace utl
18 /** This method is called when there's a need to determine if the
19 * current version of LibreOffice has been upgraded to a newer one.
21 bool UNOTOOLS_DLLPUBLIC isProductVersionUpgraded();