summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextvclcontrol.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:24:14 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:24:14 +0000
commit0039c6e1808fb06e9987f031bf6c4bae67af6dbf (patch)
tree1919223d942ca177c7c73857fd28cf802d061896 /forms/source/richtext/richtextvclcontrol.hxx
parentd51e262ebdc485216b4e9783ea0b62eab61500e7 (diff)
INTEGRATION: CWS dba30b (1.4.238); FILE MERGED
2008/04/15 21:53:12 fs 1.4.238.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/26 08:28:59 fs 1.4.238.1: remove unused code Issue number: #i86305# Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'forms/source/richtext/richtextvclcontrol.hxx')
-rw-r--r--forms/source/richtext/richtextvclcontrol.hxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/forms/source/richtext/richtextvclcontrol.hxx b/forms/source/richtext/richtextvclcontrol.hxx
index 97d423da2ce8..778d31c3e6e1 100644
--- a/forms/source/richtext/richtextvclcontrol.hxx
+++ b/forms/source/richtext/richtextvclcontrol.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: richtextvclcontrol.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -100,20 +100,6 @@ namespace frm
to the SID_ATTR_PARA_ADJUST slot, which in fact *is* usable with the EditEngine.
*/
static bool isMappableSlot( SfxSlotId _nSlotId );
- /// converts an EditEngine-compatible font information to an UNO-compatible font
- static void convert( const SfxPoolItem& _rFontItem, ::com::sun::star::awt::FontDescriptor& _rUnoFont );
- /** converts an UNO-compatible font to an EditEngine-compatible font.
-
- The caller is responsible for deleting the returned item.
- */
- static void convert( const ::com::sun::star::awt::FontDescriptor& _rUnoFont, SfxPoolItem*& _rpFontItem );
- /// converts an EditEngine-compatible font height to an UNO-compatible information
- static sal_uInt32 convertFontHeight( const SfxPoolItem& _rItem );
- /** converts an UNO-compatible font height to an EditEngine-compatible information
-
- The caller is responsible for deleting the returned item.
- */
- static SfxPoolItem* convertFontHeight( sal_uInt32 _nUnoFontHeight );
// IMultiAttributeDispatcher
virtual AttributeState getState( AttributeId _nAttributeId ) const;