summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-12-04 15:58:21 +0100
committerRadek Doulik <rodo@novell.com>2012-12-04 16:00:45 +0100
commitc349164824d7c4d467a7a9a9148a7cd6555e3684 (patch)
tree6bedbcef50c9f7459bcb3d41ae523c986a334b70 /sd/source/ui/view
parentchanged behavior of insert picture (diff)
downloadcore-c349164824d7c4d467a7a9a9148a7cd6555e3684.tar.gz
core-c349164824d7c4d467a7a9a9148a7cd6555e3684.zip
added Change picture menu item to graphic shape popup
Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/drviews8.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx
index 227a18f96ddc..ab297b7fbfad 100644
--- a/sd/source/ui/view/drviews8.cxx
+++ b/sd/source/ui/view/drviews8.cxx
@@ -153,6 +153,7 @@ void DrawViewShell::FuTemp01(SfxRequest& rReq)
}
break;
+ case SID_CHANGE_PICTURE:
case SID_INSERT_GRAPHIC:
{
SetCurrentFunction( FuInsertGraphic::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );