[Libreoffice-commits] core.git: include/svx
Katarina Behrens
Katarina.Behrens at cib.de
Wed Jul 15 06:42:01 PDT 2015
include/svx/itemwin.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0789a1f8d62c2d9859f41473459252e706426c3a
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Wed Jul 15 15:33:40 2015 +0200
Make SvxFillAttrBox available outside svx too
Change-Id: I44a4d59cdccaa3bc42e14ca95984f7334e269ea8
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index 7c03abd..646d646 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.hxx
@@ -116,7 +116,7 @@ private:
// class SvxFillAttrBox --------------------------------------------------
-class SvxFillAttrBox : public FillAttrLB
+class SVX_DLLPUBLIC SvxFillAttrBox : public FillAttrLB
{
public:
SvxFillAttrBox( vcl::Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
More information about the Libreoffice-commits
mailing list