summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-01-20 00:25:16 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-01-20 12:03:55 +0100
commit1bb284fb1443117dab5850d1e00c68d4287a5145 (patch)
tree0c200cb5076e85336b9d708d712b68d4b3266002 /include
parent6cc84edfaf212fd202bc30002869d50f8ca7e53d (diff)
remove wrong comment
Looking into the code we handle more cases correctly so remove this misleading comment. Change-Id: Id738bb8af312dfce97560a43122a81a6708f64d3
Diffstat (limited to 'include')
-rw-r--r--include/vcl/virdev.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx
index b6361bfbec87..5776f5f5cb80 100644
--- a/include/vcl/virdev.hxx
+++ b/include/vcl/virdev.hxx
@@ -88,8 +88,7 @@ public:
@param nBitCount
Bit depth of the generated virtual device. Use 0 here, to
- indicate: take default screen depth. Only 0 and 1
- are allowed here, with 1 denoting binary mask.
+ indicate: take default screen depth.
*/
explicit VirtualDevice( const OutputDevice& rCompDev,
sal_uInt16 nBitCount = 0 );