diff options
-rw-r--r-- | sd/sdi/drtxtob.sdi | 8 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob1.cxx | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi index bf16a829486f..983523493bac 100644 --- a/sd/sdi/drtxtob.sdi +++ b/sd/sdi/drtxtob.sdi @@ -189,14 +189,6 @@ shell TextObjectBar ExecMethod = Execute ; StateMethod = GetAttrState; ] - SID_ATTR_PARA_RIGHT - [ - ExecMethod = Execute ; - ] - SID_ATTR_PARA_LEFT - [ - ExecMethod = Execute ; - ] SID_OUTLINE_LEFT // ole : no, status : ? [ diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index 275ceee0526a..8366b5edbd29 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -241,7 +241,6 @@ void TextObjectBar::Execute( SfxRequest &rReq ) break; case SID_OUTLINE_LEFT: - case SID_ATTR_PARA_LEFT: { if (pOLV) { @@ -257,7 +256,6 @@ void TextObjectBar::Execute( SfxRequest &rReq ) break; case SID_OUTLINE_RIGHT: - case SID_ATTR_PARA_RIGHT: { if (pOLV) { |