diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-03 19:38:22 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-03 21:05:19 +0200 |
commit | d59e728be6d71cfb86c5f2904df793e9dd2d1af5 (patch) | |
tree | 23018da92763b834d52dbaf8f2b2beed7a9396de /include/editeng | |
parent | 61a9838e521222e0aeb3199e18e6d828801a8035 (diff) |
Remove (misleading) EditEngine::QuickRemoveCharAttribs
Change-Id: I7a0be4e204a239dfdd9c184b3d54a69debe8a208
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editeng.hxx | 1 | ||||
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index 76468d83c34d..c9f73e80959c 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -374,7 +374,6 @@ public: sal_uInt32 GetControlWord() const; void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); - void QuickRemoveCharAttribs( sal_Int32 nPara, sal_uInt16 nWhich = 0 ); void QuickMarkInvalid( const ESelection& rSel ); void QuickFormatDoc( bool bFull = false ); void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 218d9ffdfc79..1b47f6f1ab70 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -906,7 +906,7 @@ public: // Only for EditEngine mode void QuickInsertText( const OUString& rText, const ESelection& rSel ); void QuickDelete( const ESelection& rSel ); - void QuickRemoveCharAttribs( sal_Int32 nPara, sal_uInt16 nWhich = 0 ); + void RemoveCharAttribs( sal_Int32 nPara, sal_uInt16 nWhich = 0 ); void QuickFormatDoc( bool bFull = false ); bool UpdateFields(); |