summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2013-04-17 14:08:30 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2013-04-17 14:08:30 +0000
commit0bef7cb68127ab4ff81cc80bc3f7274adf87f5ac (patch)
tree7606ff1f6b8e55742f8482a3af3518f65ce8d11f
parent55c850cfeb2d136554d611d3ac1f4195eff28bd0 (diff)
122025: followup - remove usage of removed Slot
Notes
-rw-r--r--sd/sdi/drtxtob.sdi8
-rw-r--r--sd/source/ui/view/drtxtob1.cxx2
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)
{