summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2019-05-27 17:43:13 +0300
committerGülşah Köse <gulsah.kose@collabora.com>2019-05-28 10:04:16 +0200
commit1c3f71c1e5a7b3d6935505a4a6f96c8948187910 (patch)
treefda7d2c541a3c34918875b6e0a0f4dde019f7ca7 /sd/source/ui
parentb04fa5e4c0e9b4e1c708624873e65dec30cc5ed8 (diff)
tdf#120905 Remove temporary uno command.
Change-Id: Id12838cf08a2e5b74b53bd0036804b886b41098f Reviewed-on: https://gerrit.libreoffice.org/73041 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/view/drviews2.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 5ad0e0bd6c94..007f3723b882 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1444,13 +1444,6 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
case FN_SVX_SET_BULLET:
case FN_SVX_SET_NUMBER:
{
- SetCurrentFunction( FuOutlineBullet::Create( this, GetActiveWindow(), mpDrawView.get(), GetDoc(), rReq ) );
- Cancel();
- }
- break;
-
- case SID_NUMBERING_AND_POSITION:
- {
SetCurrentFunction( FuBulletAndPosition::Create( this, GetActiveWindow(), mpDrawView.get(), GetDoc(), rReq ) );
Cancel();
}