diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-27 13:10:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-27 13:10:37 +0000 |
commit | c90e6850e848c528885b2bdbcb1000f2b1c563e8 (patch) | |
tree | e235c0f9e4db8e2bd81f3c2f972dada1d15a1092 /canvas/inc | |
parent | 1f60bd317e7dce92c0a6f2b40f132a1a497697f6 (diff) |
#i10000 buildbreak on solaris
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/canvas/base/graphicdevicebase.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/inc/canvas/base/graphicdevicebase.hxx b/canvas/inc/canvas/base/graphicdevicebase.hxx index 045c04d81e6d..4abfd3371c9c 100644 --- a/canvas/inc/canvas/base/graphicdevicebase.hxx +++ b/canvas/inc/canvas/base/graphicdevicebase.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: graphicdevicebase.hxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -139,12 +139,15 @@ namespace canvas ("SurfaceHandle", boost::bind(&DeviceHelper::getSurfaceHandle, boost::ref(maDeviceHelper))) +#ifndef __SUNPRO_CC ("DumpScreenContent", boost::bind(&ThisType::getDumpScreenContent, this), boost::bind(&ThisType::setDumpScreenContent, this, - _1))); + _1)) +#endif + ); } #if defined __SUNPRO_CC |