summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoprov.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-07 13:28:57 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-07 13:28:57 +0000
commit7f9d621da8d45503a437614d56e05baec1dc223d (patch)
tree817f95972af4b5f0408ddf778e9bc13948c58af1 /svx/source/unodraw/unoprov.cxx
parent4f7e8c29c9e1ec3c9bcfb9a4ddd8c414313d5b49 (diff)
#83212# added helper functions to force unique names for NameOrIndex items
Diffstat (limited to 'svx/source/unodraw/unoprov.cxx')
-rw-r--r--svx/source/unodraw/unoprov.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index fa8522130369..5f3632e1e8bc 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprov.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: cl $ $Date: 2001-03-04 22:50:23 $
+ * last change: $Author: cl $ $Date: 2001-03-07 14:28:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -808,9 +808,9 @@ bool SvxUnoGetResourceRanges( const short nWhich, int& nApiResIds, int& nIntResI
break;
case XATTR_LINEDASH:
- nApiResIds = RID_SVXSTR_DASH0_DEF;
- nIntResIds = RID_SVXSTR_DASH0;
- nCount = RID_SVXSTR_DASH10_DEF - RID_SVXSTR_DASH0_DEF + 1;
+ nApiResIds = RID_SVXSTR_DASH_DEF_START;
+ nIntResIds = RID_SVXSTR_DASH_START;
+ nCount = RID_SVXSTR_DASH_DEF_END - RID_SVXSTR_DASH_DEF_START + 1;
break;
case XATTR_LINESTART: