summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-27 14:42:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-27 14:42:31 +0000
commite42918e446fc5f1e02a4fdeba8bff3a659ae0374 (patch)
tree01ab883be81c16cc9a232d4847438358363e483f /canvas
parentc90e6850e848c528885b2bdbcb1000f2b1c563e8 (diff)
#i10000# buildbreak on solaris fixed
Diffstat (limited to 'canvas')
-rw-r--r--canvas/inc/canvas/base/graphicdevicebase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/inc/canvas/base/graphicdevicebase.hxx b/canvas/inc/canvas/base/graphicdevicebase.hxx
index 4abfd3371c9c..7d96f92e73b6 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.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -130,23 +130,23 @@ namespace canvas
mbDumpScreenContent(false)
{
maPropHelper.initProperties( PropertySetHelper::MakeMap
+#ifndef __SUNPRO_CC
("HardwareAcceleration",
boost::bind(&DeviceHelper::isAccelerated,
boost::ref(maDeviceHelper)))
("DeviceHandle",
boost::bind(&DeviceHelper::getDeviceHandle,
boost::ref(maDeviceHelper)))
+#endif
("SurfaceHandle",
boost::bind(&DeviceHelper::getSurfaceHandle,
boost::ref(maDeviceHelper)))
-#ifndef __SUNPRO_CC
("DumpScreenContent",
boost::bind(&ThisType::getDumpScreenContent,
this),
boost::bind(&ThisType::setDumpScreenContent,
this,
_1))
-#endif
);
}