summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-14 22:41:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-14 22:42:24 +0200
commit5e41d7e63829a0a74576615fde149084621d2e8f (patch)
tree77533ebdf61dc1020b1287cb1fc8b01fc3ac4518 /sfx2
parenta14752a864b098976f684036cda1bd5d9c0dafc8 (diff)
bool conversion for windows, too
Change-Id: I38e481ce7d4eeea6679e33640555469cd18d3109
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/graphhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index c2aa20425896..f1d0bc5047c7 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -184,7 +184,7 @@ void* GraphicHelper::getWinMetaFileFromGDI_Impl( const GDIMetaFile* pGDIMeta, co
bool GraphicHelper::supportsMetaFileHandle_Impl()
{
#ifdef WNT
- return sal_True;
+ return true;
#else
return false;
#endif