diff --git a/sd/sdi/sdnew.sdi b/sd/sdi/sdnew.sdi index e69de29bb2d1..7facc25850bb 100644 --- a/sd/sdi/sdnew.sdi +++ b/sd/sdi/sdnew.sdi @@ -0,0 +1,24 @@ +//-------------------------------------------------------------------------- +SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + Synchron; + + Readonly = FALSE, + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx index 70fccf0f573c..31f4d2e0f963 100644 --- a/sd/source/ui/func/fuconrec.cxx +++ b/sd/source/ui/func/fuconrec.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fuconrec.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: cl $ $Date: 2001-01-28 16:07:06 $ + * last change: $Author: dl $ $Date: 2001-02-05 11:45:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -407,6 +407,7 @@ void FuConstRectangle::Activate() break; case SID_DRAW_CAPTION: + case SID_DRAW_CAPTION_VERTICAL: { aObjKind = OBJ_CAPTION; }