diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-20 08:59:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-21 20:56:05 +0200 |
commit | 3f8677fc6fa45ba2a8ce50466f4c42e2de0f34d4 (patch) | |
tree | 09a71c42d84ebb6ac4e325dc69bf39582c6369cf /sd/source/ui/inc/layeroptionsdlg.hxx | |
parent | 5cf47b377df72680ae37d7afb8212ab658419a18 (diff) |
gbuildize sd
Diffstat (limited to 'sd/source/ui/inc/layeroptionsdlg.hxx')
-rw-r--r-- | sd/source/ui/inc/layeroptionsdlg.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/inc/layeroptionsdlg.hxx b/sd/source/ui/inc/layeroptionsdlg.hxx index 311a9f59d531..5bfd0bcc26f8 100644 --- a/sd/source/ui/inc/layeroptionsdlg.hxx +++ b/sd/source/ui/inc/layeroptionsdlg.hxx @@ -30,6 +30,8 @@ #ifndef _SD_LAYER_DLG_HXX_ #define _SD_LAYER_DLG_HXX_ +#include <sddllapi.h> + #include <vcl/edit.hxx> #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> @@ -40,7 +42,7 @@ class SfxItemSet; -class SdInsertLayerDlg : public ModalDialog +class SD_DLLPUBLIC SdInsertLayerDlg : public ModalDialog { private: FixedText maFtName; |