summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/bulmaper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:08:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:08:36 +0000
commitd04002a5e862de66230c6e032c7a8b9cb62d8eea (patch)
treece2b6fe41e998097a5dab4221021f5a4c0f731db /sd/source/ui/inc/bulmaper.hxx
parentINTEGRATION: CWS impressodf12 (1.20.12); FILE MERGED (diff)
downloadcore-d04002a5e862de66230c6e032c7a8b9cb62d8eea.tar.gz
core-d04002a5e862de66230c6e032c7a8b9cb62d8eea.zip
INTEGRATION: CWS impressodf12 (1.3.614); FILE MERGED
2008/04/25 08:50:27 cl 1.3.614.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/13 19:05:20 cl 1.3.614.1: #i35937# allow paragraph depth of -1 to switch of numbering
Diffstat (limited to 'sd/source/ui/inc/bulmaper.hxx')
-rw-r--r--sd/source/ui/inc/bulmaper.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sd/source/ui/inc/bulmaper.hxx b/sd/source/ui/inc/bulmaper.hxx
index f1988eb97002..4a79ae76363b 100644
--- a/sd/source/ui/inc/bulmaper.hxx
+++ b/sd/source/ui/inc/bulmaper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bulmaper.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -41,15 +41,10 @@ class SvxNumRule;
class SdBulletMapper
{
public:
-/*
- static SvxNumberFormat MapBulletToNumBulletItem( const SvxBulletItem& aBullet );
- static void MapNumBulletToBulletItem( const SvxNumberFormat& aNumBullet, SvxBulletItem& aBullet, SfxItemSet& rSet );
- static void MapNumBulletToBulletItem( const SvxNumRule& aNumRule, USHORT nLevel, SvxBulletItem& aBullet, SfxItemSet& rSet );
-*/
-
+/* #i35937#
static void PreMapNumBulletForDialog( SfxItemSet& rSet );
static void PostMapNumBulletForDialog( SfxItemSet& rSet );
-
+*/
static void MapFontsInNumRule( SvxNumRule& aNumRule, const SfxItemSet& rSet );
};