diff options
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r-- | padmin/source/helper.hxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx index 503de2dda960..14cee58531bd 100644 --- a/padmin/source/helper.hxx +++ b/padmin/source/helper.hxx @@ -41,6 +41,13 @@ #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> +#if defined SPA_DLLIMPLEMENTATION +#define SPA_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#else +#define SPA_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#endif + + class Config; #define PSPRINT_PPDDIR "driver" @@ -105,7 +112,7 @@ public: ~QueryString(); }; -BOOL AreYouSure( Window*, int nRid = -1 ); +sal_Bool AreYouSure( Window*, int nRid = -1 ); ResId PaResId( sal_uInt32 nId ); |