diff options
author | Christian Lippka <cl@openoffice.org> | 2002-05-08 08:31:58 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-05-08 08:31:58 +0000 |
commit | fb31279ca215d9f1290e23843786082a074ee089 (patch) | |
tree | 55135c1009d1e6a59230e5c0723eca21ccc3f58f /svx | |
parent | eadf8ec38f435b098b3c070a93e3dcdc6282dda3 (diff) |
#99196# added SDRATTR_TEXTDIRECTION in itemset range
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdocapt.cxx | 5 | ||||
-rw-r--r-- | svx/source/svdraw/svdocirc.cxx | 5 | ||||
-rw-r--r-- | svx/source/svdraw/svdoedge.cxx | 5 | ||||
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx index 9ee7395e4b12..64fa4a6887c7 100644 --- a/svx/source/svdraw/svdocapt.cxx +++ b/svx/source/svdraw/svdocapt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdocapt.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: aw $ $Date: 2001-05-25 16:33:19 $ + * last change: $Author: cl $ $Date: 2002-05-08 09:31:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -831,6 +831,7 @@ SfxItemSet* SdrCaptionObj::CreateNewItemSet(SfxItemPool& rPool) // ranges from SdrAttrObj SDRATTR_START, SDRATTRSET_SHADOW, SDRATTRSET_OUTLINER, SDRATTRSET_MISC, + SDRATTR_TEXTDIRECTION, SDRATTR_TEXTDIRECTION, // caption attributes SDRATTR_CAPTION_FIRST, SDRATTRSET_CAPTION, diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx index b40587ca4be4..536f96625d22 100644 --- a/svx/source/svdraw/svdocirc.cxx +++ b/svx/source/svdraw/svdocirc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdocirc.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: aw $ $Date: 2001-09-24 12:15:06 $ + * last change: $Author: cl $ $Date: 2002-05-08 09:31:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1353,6 +1353,7 @@ SfxItemSet* SdrCircObj::CreateNewItemSet(SfxItemPool& rPool) // ranges from SdrAttrObj SDRATTR_START, SDRATTRSET_SHADOW, SDRATTRSET_OUTLINER, SDRATTRSET_MISC, + SDRATTR_TEXTDIRECTION, SDRATTR_TEXTDIRECTION, // circle attributes SDRATTR_CIRC_FIRST, SDRATTRSET_CIRC, diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx index c6af1c7e637e..d3f906e00823 100644 --- a/svx/source/svdraw/svdoedge.cxx +++ b/svx/source/svdraw/svdoedge.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdoedge.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: aw $ $Date: 2001-10-08 15:05:46 $ + * last change: $Author: cl $ $Date: 2002-05-08 09:31:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,6 +333,7 @@ SfxItemSet* SdrEdgeObj::CreateNewItemSet(SfxItemPool& rPool) // ranges from SdrAttrObj SDRATTR_START, SDRATTRSET_SHADOW, SDRATTRSET_OUTLINER, SDRATTRSET_MISC, + SDRATTR_TEXTDIRECTION, SDRATTR_TEXTDIRECTION, // edge attributes SDRATTR_EDGE_FIRST, SDRATTRSET_EDGE, diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index c2b53279d23f..8d64c166b5ab 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdomeas.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: er $ $Date: 2001-11-23 19:25:50 $ + * last change: $Author: cl $ $Date: 2002-05-08 09:31:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1705,6 +1705,7 @@ SfxItemSet* SdrMeasureObj::CreateNewItemSet(SfxItemPool& rPool) // ranges from SdrAttrObj SDRATTR_START, SDRATTRSET_SHADOW, SDRATTRSET_OUTLINER, SDRATTRSET_MISC, + SDRATTR_TEXTDIRECTION, SDRATTR_TEXTDIRECTION, // measure attributes SDRATTR_MEASURE_FIRST, SDRATTRSET_MEASURE, |