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/outliner.hxx | |
parent | 61a9838e521222e0aeb3199e18e6d828801a8035 (diff) |
Remove (misleading) EditEngine::QuickRemoveCharAttribs
Change-Id: I7a0be4e204a239dfdd9c184b3d54a69debe8a208
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |