sd/inc/sdabstdlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 645e014a15b6895b9533afa3b11f2f3afcb4c190
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Nov 6 07:49:01 2019 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Nov 6 08:48:32 2019 +0100

    SdAbstractDialogFactory::Create is still needed by 
CppunitTest_sd_dialogs_test
    
    This partialy reverts c02c4df9414ed2bef96565522238ca05013d3ac3 "make some
    classes module-private".
    
    Change-Id: Ice669f8a19d2721959b74125a3b2bddb8c06d60d
    Reviewed-on: https://gerrit.libreoffice.org/82120
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 3f77b5efd3b5..eebe5695748d 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -169,7 +169,7 @@ protected:
 class SdAbstractDialogFactory
 {
 public:
-    static SdAbstractDialogFactory*     Create();
+    SD_DLLPUBLIC static SdAbstractDialogFactory*     Create();
 
     virtual VclPtr<AbstractSvxBulletAndPositionDlg> 
CreateSvxBulletAndPositionDlg(weld::Window* pParent, const SfxItemSet* pAttr, 
::sd::View* pView) = 0;
     virtual VclPtr<VclAbstractDialog>          CreateBreakDlg(weld::Window* 
pWindow, ::sd::DrawView* pDrView, ::sd::DrawDocShell* pShell, sal_uLong 
nSumActionCount, sal_uLong nObjCount ) = 0;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to