tdf#154546 skip dispatch when presenter controller is not set
[LibreOffice.git] / include / drawinglayer / primitive3d / Tools.hxx
blob4f0d4967efb1be6fc045d3f2b7eadadc7f4040e9
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 */
11 #pragma once
13 #include <drawinglayer/drawinglayerdllapi.h>
14 #include <rtl/ustring.hxx>
16 namespace drawinglayer::primitive3d
18 OUString DRAWINGLAYER_DLLPUBLIC idToString(sal_uInt32 nId);
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */