sd/source/ui/inc/unomodel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46b054ab45a5f726d498d959b5d57f8051504cae Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Feb 26 22:08:31 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Feb 26 18:47:59 2025 +0100 Fix build After commit a7ef21f36857a803c977d8f9c24b32a5e20ce7bd (SD: fillapi: slide, text, uno commands, 2025-01-11). In master, it was already fixed in the port of the original commit. Change-Id: Icfae50873a5c8b55f3db9af7dfc04f50f8afed65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182260 Tested-by: Mike Kaganski <mike.kagan...@collabora.com> Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index 4b8d80d7e8a0..c4bb88802821 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -298,7 +298,7 @@ public: /// @see vcl::ITiledRenderable::getViewRenderState(). SD_DLLPUBLIC OString getViewRenderState(SfxViewShell* pViewShell = nullptr) override; - virtual void getCommandValues(tools::JsonWriter& rJsonWriter, std::string_view rCommand) override; + SD_DLLPUBLIC virtual void getCommandValues(tools::JsonWriter& rJsonWriter, std::string_view rCommand) override; /// @see vcl::ITiledRenderable::getPresentationInfo(). SD_DLLPUBLIC OString getPresentationInfo() const override;