diff options
Diffstat (limited to 'sfx2/source/doc/graphhelp.hxx')
-rw-r--r-- | sfx2/source/doc/graphhelp.hxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx index c0c3ed1c7747..30201edcbbac 100644 --- a/sfx2/source/doc/graphhelp.hxx +++ b/sfx2/source/doc/graphhelp.hxx @@ -38,7 +38,14 @@ public: static void* getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, const Size& aMetaSize ); - static bool supportsMetaFileHandle_Impl(); + static bool supportsMetaFileHandle_Impl() + { +#ifdef WNT + return true; +#else + return false; +#endif + } static bool getThumbnailFormatFromGDI_Impl( GDIMetaFile* pMetaFile, |