summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-02-26 09:30:58 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-02-26 09:30:58 +0000
commitaa0230799b4b49ce1742ebd06d709df4665cdf2f (patch)
treeeb6a39044f9106c49e87992e846b7aa0778dea4d /rsc/source
parentfd9da88d1858e12458988b59c4569a46136bd453 (diff)
#96983# add tabstop winbit to ToolBox
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/parser/rscicpx.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx
index f1e6ced2dc64..0732a349eb84 100644
--- a/rsc/source/parser/rscicpx.cxx
+++ b/rsc/source/parser/rscicpx.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscicpx.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-07-19 12:37:37 $
+ * last change: $Author: pl $ $Date: 2002-02-26 10:30:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2230,6 +2230,7 @@ RscTop * RscTypCont::InitClassToolBox( RscTop * pSuper,
INS_WINBIT(pClassToolBox,Scroll)
INS_WINBIT(pClassToolBox,LineSpacing)
INS_WINBIT(pClassToolBox,RectStyle)
+ INS_WINBIT(pClassToolBox,Tabstop)
return pClassToolBox;
}