summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas/propertysethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/inc/canvas/propertysethelper.hxx')
-rw-r--r--canvas/inc/canvas/propertysethelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/canvas/inc/canvas/propertysethelper.hxx b/canvas/inc/canvas/propertysethelper.hxx
index d11a9ba66588..182a3930f1f2 100644
--- a/canvas/inc/canvas/propertysethelper.hxx
+++ b/canvas/inc/canvas/propertysethelper.hxx
@@ -37,6 +37,7 @@
#include <vector>
#include <memory>
+#include <canvas/canvastoolsdllapi.h>
namespace canvas
{
@@ -55,7 +56,7 @@ namespace canvas
The core responsibility of this this class is the name/value
mapping for property sets.
*/
- class PropertySetHelper
+ class CANVASTOOLS_DLLPUBLIC PropertySetHelper
{
public:
typedef boost::function0< ::com::sun::star::uno::Any > GetterType;