tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sfx2 / source / sidebar / SidebarModelUpdate.cxx
blob42821bc564d4e5b8035a515f64123a69d834d9f1
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/.
8 */
10 #include <sfx2/sidebar/SidebarModelUpdate.hxx>
12 namespace sfx2::sidebar
14 SidebarModelUpdate::~SidebarModelUpdate() {}
17 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */