summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorth <th@openoffice.org>2000-11-15 19:52:59 +0000
committerth <th@openoffice.org>2000-11-15 19:52:59 +0000
commit11eb46e36d5a874d729a23aeaf8d8e41c118b321 (patch)
treedf756ab703d8befcdf1c770e7333eb366700403f /vcl/win
parentf1832a3e0c0391459349ddd2acec9caa4e019a1c (diff)
#80304# - POINTER_TEXT_VERTICAL
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/salids.hrc5
-rw-r--r--vcl/win/source/window/salframe.cxx9
2 files changed, 8 insertions, 6 deletions
diff --git a/vcl/win/inc/salids.hrc b/vcl/win/inc/salids.hrc
index 6caf4048b13a..4d56a9b27bbb 100644
--- a/vcl/win/inc/salids.hrc
+++ b/vcl/win/inc/salids.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: salids.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:49 $
+ * last change: $Author: th $ $Date: 2000-11-15 20:52:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,6 +138,7 @@
#define SAL_RESID_POINTER_AUTOSCROLL_WE 10068
#define SAL_RESID_POINTER_AUTOSCROLL_NSWE 10069
#define SAL_RESID_POINTER_AIRBRUSH 10070
+#define SAL_RESID_POINTER_TEXT_VERTICAL 10071
#define SAL_RESID_BITMAP_50 11000
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index dce46dee3522..775f62004fe5 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: th $ $Date: 2000-11-06 22:21:07 $
+ * last change: $Author: th $ $Date: 2000-11-15 20:48:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1265,10 +1265,11 @@ void SalFrame::SetPointer( PointerStyle ePointerStyle )
{ 0, 0, SAL_RESID_POINTER_AUTOSCROLL_NS }, // POINTER_AUTOSCROLL_NS
{ 0, 0, SAL_RESID_POINTER_AUTOSCROLL_WE }, // POINTER_AUTOSCROLL_WE
{ 0, 0, SAL_RESID_POINTER_AUTOSCROLL_NSWE }, // POINTER_AUTOSCROLL_NSWE
- { 0, 0, SAL_RESID_POINTER_AIRBRUSH } // POINTER_AIRBRUSH
+ { 0, 0, SAL_RESID_POINTER_AIRBRUSH }, // POINTER_AIRBRUSH
+ { 0, 0, SAL_RESID_POINTER_TEXT_VERTICAL } // POINTER_TEXT_VERTICAL
};
-#if POINTER_COUNT != 86
+#if POINTER_COUNT != 87
#error New Pointer must be defined!
#endif