summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editeng.hxx1
-rw-r--r--include/editeng/outliner.hxx2
-rw-r--r--include/editeng/svxrtf.hxx5
-rw-r--r--include/editeng/unoedsrc.hxx3
4 files changed, 0 insertions, 11 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 89b5ce33fccb..b9bbc91a698c 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -486,7 +486,6 @@ public:
const Color& rOverlineColor,
const Color& rTextLineColor);
virtual OUString GetUndoComment( sal_uInt16 nUndoId ) const;
- bool FormattingParagraph( sal_Int32 nPara );
virtual bool SpellNextDocument();
virtual void FieldClicked( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos );
virtual void FieldSelected( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos );
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index e1623ec12e7a..09c4012dad4f 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -719,8 +719,6 @@ public:
void SetBackgroundColor( const Color& rColor );
Color GetBackgroundColor() const;
- sal_Int16 GetMinDepth() const { return -1; }
-
void SetMaxDepth( sal_Int16 nDepth, bool bCheckParas = false );
sal_Int16 GetMaxDepth() const { return nMaxDepth; }
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index b33cf16a4f7d..cf9732f7c67d 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -240,12 +240,8 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
RTF_CharTypeDef eType, SfxItemSet& rSet, SfxPoolItem& rItem );
protected:
- void EnterEnvironment();
- void LeaveEnvironment();
- void ResetPard();
virtual void InsertPara() = 0;
-
OUString& DelCharAtEnd( OUString& rStr, const sal_Unicode cDel );
// is called for each token that is recognized in CallParser
@@ -341,7 +337,6 @@ public:
// get RTF default ItemSets. Must be used by pard/plain tokens or in
// reset of Style-Items
const SfxItemSet& GetRTFDefaults();
- bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const;
};
// The stack for the attributes:
diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx
index 431053fdad44..7c94aa2b002b 100644
--- a/include/editeng/unoedsrc.hxx
+++ b/include/editeng/unoedsrc.hxx
@@ -536,9 +536,6 @@ public:
*/
virtual bool Paste() = 0;
- bool IsWrongSpelledWordAtPos( sal_Int32, sal_Int32 ) { return false; };
- bool IsShapeParaFocusable( ) { return true; };
- bool BreakParaWrongList(sal_Int32, sal_Int32&, sal_Int32&, sal_Int32){ return false; };
};
#endif