summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/backbuffer.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 09:52:41 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 09:52:41 +0000
commit204a86ba197006519b3beedef745aa7f691ba533 (patch)
tree11f846a76328b0e74f842aa49cb5b470ee98dd88 /canvas/source/vcl/backbuffer.cxx
parent96668295f54fe6c94167e3c198db15ffae7bdf36 (diff)
INTEGRATION: CWS canvas05 (1.6.68); FILE MERGED
2008/04/21 07:28:01 thb 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/20 22:18:59 thb 1.6.68.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
Diffstat (limited to 'canvas/source/vcl/backbuffer.cxx')
-rw-r--r--canvas/source/vcl/backbuffer.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/canvas/source/vcl/backbuffer.cxx b/canvas/source/vcl/backbuffer.cxx
index ec92a1d1b812..29731514af65 100644
--- a/canvas/source/vcl/backbuffer.cxx
+++ b/canvas/source/vcl/backbuffer.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: backbuffer.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -55,16 +55,6 @@ namespace vclcanvas
return maVDev.get();
}
- VirtualDevice& BackBuffer::getVirDev()
- {
- return maVDev.get();
- }
-
- const VirtualDevice& BackBuffer::getVirDev() const
- {
- return maVDev.get();
- }
-
void BackBuffer::setSize( const ::Size& rNewSize )
{
maVDev->SetOutputSizePixel( rNewSize );