diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:00:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:00:39 +0000 |
commit | 083d98220aae82b028b6c86edce9101db6b2b806 (patch) | |
tree | e76733e59e5ddec97ee73400e3664c142ee5e7d2 /xmloff | |
parent | 0bc3e33b8228be6396bad16b881505a7ddd7368e (diff) |
INTEGRATION: CWS frmcontrols03 (1.72.20); FILE MERGED
2004/03/23 14:05:21 fs 1.72.20.3: RESYNC: (1.74-1.75); FILE MERGED
2004/02/19 12:23:26 fs 1.72.20.2: RESYNC: (1.72-1.74); FILE MERGED
2004/02/17 15:37:40 fs 1.72.20.1: #i24387# +XMLTextPropertySetMapper::getPropertyMapForType
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index 64395f821c4b..f7cbbb1511a1 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtprmap.cxx,v $ * - * $Revision: 1.75 $ + * $Revision: 1.76 $ * - * last change: $Author: kz $ $Date: 2004-02-26 15:46:38 $ + * last change: $Author: rt $ $Date: 2004-05-07 16:00:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -831,6 +831,11 @@ XMLPropertyMapEntry *lcl_txtprmap_getMap( sal_uInt16 nType ) return pMap; } +const XMLPropertyMapEntry* XMLTextPropertySetMapper::getPropertyMapForType( sal_uInt16 _nType ) +{ + return lcl_txtprmap_getMap( _nType ); +} + XMLTextPropertySetMapper::XMLTextPropertySetMapper( sal_uInt16 nType ) : XMLPropertySetMapper( lcl_txtprmap_getMap( nType ), new XMLTextPropertyHandlerFactory ) |