summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 09:52:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 09:52:58 +0000
commit4cec52c5511304dffe5176989cc1bfb01d15c11b (patch)
tree8710ddc911b53091cfc906e16fb3be14d6b1f5f3 /canvas/source
parent204a86ba197006519b3beedef745aa7f691ba533 (diff)
INTEGRATION: CWS canvas05 (1.5.112); FILE MERGED
2008/04/21 07:28:53 thb 1.5.112.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 22:18:59 thb 1.5.112.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')
-rw-r--r--canvas/source/vcl/backbuffer.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/vcl/backbuffer.hxx b/canvas/source/vcl/backbuffer.hxx
index 8678ee6b3577..2f9a387b3d1e 100644
--- a/canvas/source/vcl/backbuffer.hxx
+++ b/canvas/source/vcl/backbuffer.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: backbuffer.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -58,9 +58,6 @@ namespace vclcanvas
virtual OutputDevice& getOutDev();
virtual const OutputDevice& getOutDev() const;
- VirtualDevice& getVirDev();
- const VirtualDevice& getVirDev() const;
-
void setSize( const ::Size& rNewSize );
private: