Kaydet (Commit) e0b920c4 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impressodf12 (1.3.322); FILE MERGED

2008/04/25 08:57:37 cl 1.3.322.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/10 16:50:16 cl 1.3.322.1: #i35937# allow paragraph depth of -1 to switch of numbering
üst e7ef4974
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: unofored.hxx,v $ * $RCSfile: unofored.hxx,v $
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -83,8 +83,8 @@ public: ...@@ -83,8 +83,8 @@ public:
virtual sal_Bool Delete( const ESelection& ); virtual sal_Bool Delete( const ESelection& );
virtual sal_Bool InsertText( const String&, const ESelection& ); virtual sal_Bool InsertText( const String&, const ESelection& );
virtual sal_Bool QuickFormatDoc( BOOL bFull=FALSE ); virtual sal_Bool QuickFormatDoc( BOOL bFull=FALSE );
virtual USHORT GetDepth( USHORT nPara ) const; virtual sal_Int16 GetDepth( USHORT nPara ) const;
virtual sal_Bool SetDepth( USHORT nPara, USHORT nNewDepth ); virtual sal_Bool SetDepth( USHORT nPara, sal_Int16 nNewDepth );
virtual const SfxItemSet* GetEmptyItemSetPtr(); virtual const SfxItemSet* GetEmptyItemSetPtr();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment