summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-07-05 07:30:33 +0000
committerPeter Burow <pb@openoffice.org>2001-07-05 07:30:33 +0000
commit29f7c1566e79afe6444755fc07fdab2aa4c8fc88 (patch)
treebe0c07dcc3e813710d4e1dc15d1346f51d8b2993 /svx/source/dialog/charmap.cxx
parent4a21d784605ee7e4bcf14464d02833e79996f9db (diff)
fix: #89181# TF_SVDATA fixed
Diffstat (limited to 'svx/source/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index ab5a91a46763..202eb4ef7fb2 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charmap.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hdu $ $Date: 2001-05-03 10:53:44 $
+ * last change: $Author: pb $ $Date: 2001-07-05 08:25:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,7 +170,9 @@ SvxShowCharSet::SvxShowCharSet( Window* pParent, const ResId& rResId ) :
SetStyle( GetStyle() | WB_CLIPCHILDREN );
aVscrollSB.SetScrollHdl( LINK( this, SvxShowCharSet, VscrollHdl ) );
+#ifndef TF_SVDATA
aVscrollSB.EnableDrag( TRUE );
+#endif
// other settings like aVscroll depend on selected font => see SetFont
bDrag = FALSE;