summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fubullet.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 08:20:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 08:20:50 +0000
commit496886d4b7c975065ad1fc07e5fdadb064007f5d (patch)
tree2da577d072d6f340fdfb76ba1e3d3a0169728fca /sd/source/ui/inc/fubullet.hxx
parent2c54a19a37224843f51ac6e1eef5c3261c94170d (diff)
INTEGRATION: CWS thaiissues (1.3.12); FILE MERGED
2005/10/17 13:59:30 cl 1.3.12.2: #i55135# added FormattingMark menu 2005/10/14 15:26:43 cl 1.3.12.1: #i55135# added FormattingMark menu
Diffstat (limited to 'sd/source/ui/inc/fubullet.hxx')
-rw-r--r--sd/source/ui/inc/fubullet.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sd/source/ui/inc/fubullet.hxx b/sd/source/ui/inc/fubullet.hxx
index 7ef6393a4109..fe6aabeaee7d 100644
--- a/sd/source/ui/inc/fubullet.hxx
+++ b/sd/source/ui/inc/fubullet.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fubullet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:29:46 $
+ * last change: $Author: obo $ $Date: 2005-11-16 09:20:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,8 +40,13 @@
#include "fupoor.hxx"
#endif
+class SfxItemSet;
+class SfxViewFrame;
+
namespace sd {
+class ViewShell;
+
class FuBullet
: public FuPoor
{
@@ -55,6 +60,11 @@ public:
SdDrawDocument* pDoc,
SfxRequest& rReq);
virtual ~FuBullet (void) {}
+
+ void InsertSpecialCharacter();
+ void InsertFormattingMark( sal_Unicode cMark );
+
+ static void GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame );
};
} // end of namespace sd