summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-10-27 12:21:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-10-27 12:21:45 +0000
commit32a81b92a32e75b71e4c178fe56d571fbe3b8e04 (patch)
tree94f2e4db06d5fd17e115353a6d601cf86e133186 /extensions
parent5aee54fcafdb602225a9fa00e5e0cb9245e3b71a (diff)
INTEGRATION: CWS aw005 (1.1.1.1.212); FILE MERGED
2003/10/22 11:34:29 aw 1.1.1.1.212.1: #i21114# B2dIAOBitmapExReference is no longer used, use B2dIAOBitmapEx
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/grid.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/extensions/source/scanner/grid.hxx b/extensions/source/scanner/grid.hxx
index f5055dbeab94..9425d9f6174d 100644
--- a/extensions/source/scanner/grid.hxx
+++ b/extensions/source/scanner/grid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grid.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $
+ * last change: $Author: rt $ $Date: 2003-10-27 13:21:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,12 @@ class GridWindow : public ModalDialog
// stuff for handles
B2dIAOManager m_aIAOManager;
- B2dIAOBitmapExReference* m_pLeftMarker;
- B2dIAOBitmapExReference* m_pRightMarker;
- B2dIAOBitmapExReference* m_pDragMarker;
+
+ // #i21114#
+ // B2dIAOBitmapExReference is no longer used, use B2dIAOBitmapEx
+ B2dIAOBitmapEx* m_pLeftMarker;
+ B2dIAOBitmapEx* m_pRightMarker;
+ B2dIAOBitmapEx* m_pDragMarker;
BitmapEx m_aMarkerBitmap;