diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-07 05:10:00 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-07 05:10:00 -0430 |
commit | e2955c6976dbd39cb4b856b21a5a8628fce3044e (patch) | |
tree | 0c013764a40e62975f3677f26751cb3d13cfce15 /sfx2 | |
parent | dc8effc97bee41454aa836929c7d747522bb240a (diff) |
Export ThumbnailViewItem symbols.
Change-Id: I5955740dec9a229032198c2f037e9bf3b6e7aa5d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/thumbnailviewitem.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/thumbnailviewitem.hxx b/sfx2/inc/sfx2/thumbnailviewitem.hxx index 33c9b6f01082..48cec475b6fd 100644 --- a/sfx2/inc/sfx2/thumbnailviewitem.hxx +++ b/sfx2/inc/sfx2/thumbnailviewitem.hxx @@ -31,6 +31,7 @@ #include <basegfx/vector/b2dvector.hxx> #include <drawinglayer/attribute/fontattribute.hxx> +#include <sfx2/dllapi.h> #include <osl/mutex.hxx> #include <vcl/bitmapex.hxx> @@ -58,7 +59,7 @@ struct ThumbnailItemAttributes drawinglayer::attribute::FontAttribute aFontAttr; }; -class ThumbnailViewItem +class SFX2_DLLPUBLIC ThumbnailViewItem { public: |