[Libreoffice-commits] core.git: include/svx
Caolán McNamara
caolanm at redhat.com
Wed Apr 15 09:14:59 PDT 2015
include/svx/dlgctrl.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit aaf94fc88cde090ed2e153f2b9e4c2764def7286
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Apr 15 17:12:11 2015 +0100
add SVX_DLLPUBLIC
Change-Id: I46ef716d572d27ff0a6153afa7453d1a32d6df26
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 91191d9..9571373 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -285,7 +285,7 @@ private:
/************************************************************************/
-class SAL_WARN_UNUSED FillAttrLB : public ColorListBox
+class SVX_DLLPUBLIC SAL_WARN_UNUSED FillAttrLB : public ColorListBox
{
private:
BitmapEx maBitmapEx;
@@ -301,7 +301,7 @@ public:
/************************************************************************/
-class SAL_WARN_UNUSED FillTypeLB : public ListBox
+class SVX_DLLPUBLIC SAL_WARN_UNUSED FillTypeLB : public ListBox
{
public:
@@ -313,7 +313,7 @@ public:
/************************************************************************/
-class SAL_WARN_UNUSED LineLB : public ListBox
+class SVX_DLLPUBLIC SAL_WARN_UNUSED LineLB : public ListBox
{
private:
/// bitfield
@@ -336,7 +336,7 @@ public:
/************************************************************************/
-class SAL_WARN_UNUSED LineEndLB : public ListBox
+class SVX_DLLPUBLIC SAL_WARN_UNUSED LineEndLB : public ListBox
{
public:
More information about the Libreoffice-commits
mailing list