include/svtools/DocumentToGraphicRenderer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 79fc68779c2aa70060918d6d7f7ca55cc74abbf6 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri Jul 26 15:32:39 2024 +0200 Commit: Juergen Funk <juergen.funk...@cib.de> CommitDate: Tue Oct 29 14:55:33 2024 +0100 fix enabled-mergelibs-more build DocumentToGraphicRenderer is needed by sw/qa/ unit tests now Change-Id: Idf1aac26afa0001a8affc846b78288a6b588a1f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171073 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/svtools/DocumentToGraphicRenderer.hxx b/include/svtools/DocumentToGraphicRenderer.hxx index 75af9b048a2c..cdeb0dfb56c7 100644 --- a/include/svtools/DocumentToGraphicRenderer.hxx +++ b/include/svtools/DocumentToGraphicRenderer.hxx @@ -42,7 +42,7 @@ namespace com::sun::star { } } -class UNLESS_MERGELIBS_MORE(SVT_DLLPUBLIC) DocumentToGraphicRenderer +class SVT_DLLPUBLIC DocumentToGraphicRenderer { const css::uno::Reference<css::lang::XComponent>& mxDocument;