diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-06-01 17:42:14 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-06-01 17:42:14 +0000 |
commit | 00ec689d5251cd8840ee12c8e1fe945cbca45623 (patch) | |
tree | 506d27ca33032b6dd6d05858dc1d41db0dfb0252 /sc | |
parent | af92da9b218bbe3735544aae5f65730d8db95fb5 (diff) |
#78966# EditPropertyMap: numbering properties
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/cellsuno.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 741bc75fc9aa..7665f125cb73 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsuno.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: nn $ $Date: 2001-05-23 18:22:49 $ + * last change: $Author: nn $ $Date: 2001-06-01 18:42:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -745,6 +745,7 @@ const SfxItemPropertyMap* lcl_GetEditPropertyMap() SVX_UNOEDIT_CHAR_PROPERTIES, SVX_UNOEDIT_FONT_PROPERTIES, SVX_UNOEDIT_PARA_PROPERTIES, + SVX_UNOEDIT_NUMBERING_PROPERTIE, // for completeness of service ParagraphProperties {0,0,0,0} }; return aEditPropertyMap_Impl; |