summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:56:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:56:32 +0000
commit0ed6eec8ffecc7aaf8bf5d1cb1228457b1023e5b (patch)
tree0ed674b6a26ead7a7a8834478c29db57117af7a4 /sd/source/ui/view/drviews4.cxx
parentINTEGRATION: CWS impresstables2 (1.44.50); FILE MERGED (diff)
downloadcore-0ed6eec8ffecc7aaf8bf5d1cb1228457b1023e5b.tar.gz
core-0ed6eec8ffecc7aaf8bf5d1cb1228457b1023e5b.zip
INTEGRATION: CWS impresstables2 (1.37.52); FILE MERGED
2007/10/11 21:43:49 cl 1.37.52.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/11 15:42:07 cl 1.37.52.1: #i68103# added table shape context menu
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 9b6457834138..2fda7490246f 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews4.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: kz $ $Date: 2007-09-06 13:56:26 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:56:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -785,6 +785,10 @@ void DrawViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin)
nSdResId = bGraphicShell ? RID_GRAPHIC_MEDIA_POPUP :
RID_DRAW_MEDIA_POPUP;
break;
+ case OBJ_TABLE:
+ nSdResId = bGraphicShell ? RID_GRAPHIC_TABLE_POPUP :
+ RID_DRAW_TABLE_POPUP;
+ break;
}
}
else if( nInv == E3dInventor /*&& nId == E3D_POLYSCENE_ID*/)