[Libreoffice-commits] core.git: officecfg/registry sd/sdi sd/source sd/uiconfig svx/sdi

Gülşah Köse (via logerrit) logerrit at kemper.freedesktop.org
Tue May 28 08:04:59 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    8 ----
 sd/sdi/_drvwsh.sdi                                                   |    6 ---
 sd/source/ui/view/drviews2.cxx                                       |    7 ----
 sd/uiconfig/simpress/menubar/menubar.xml                             |    1 
 svx/sdi/svx.sdi                                                      |   17 ----------
 5 files changed, 39 deletions(-)

New commits:
commit 1c3f71c1e5a7b3d6935505a4a6f96c8948187910
Author:     Gülşah Köse <gulsah.kose at collabora.com>
AuthorDate: Mon May 27 17:43:13 2019 +0300
Commit:     Gülşah Köse <gulsah.kose at collabora.com>
CommitDate: Tue May 28 10:04:16 2019 +0200

    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 at collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index dbd69129a620..ee1f797e7a1d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2879,14 +2879,6 @@
           <value>7</value>
         </prop>
       </node>
-      <node oor:name=".uno:NumberingAndPosition" oor:op="replace">
-        <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Numbering and Position...</value>
-        </prop>
-        <prop oor:name="Properties" oor:type="xs:int">
-          <value>7</value>
-        </prop>
-      </node>
       <node oor:name=".uno:EditDoc" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">E~dit Mode</value>
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index 1b0171dafea7..93a30e6757dc 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -710,12 +710,6 @@ interface DrawView
         StateMethod = GetMenuState ;
         MenuConfig = TRUE;
     ]
-    SID_NUMBERING_AND_POSITION // ole : no, status : ?
-    [
-        ExecMethod = FuTemporary ;
-        StateMethod = GetMenuState ;
-        MenuConfig = TRUE;
-    ]
     FN_SVX_SET_BULLET
     [
         ExecMethod = FuTemporary ;
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();
         }
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
index 7e20197d3673..1aaa09786d0c 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -393,7 +393,6 @@
       <menu:menuitem menu:id=".uno:FontDialog"/>
       <menu:menuitem menu:id=".uno:ParagraphDialog"/>
       <menu:menuitem menu:id=".uno:OutlineBullet"/>
-      <menu:menuitem menu:id=".uno:NumberingAndPosition"/>
       <menu:menuseparator/>
       <menu:menu menu:id=".uno:TableMenu">
         <menu:menupopup>
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 3c63477df04e..00f4d7c9bca5 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -5894,23 +5894,6 @@ SfxVoidItem OutlineBullet SID_OUTLINE_BULLET
     GroupId = SfxGroupId::Format;
 ]
 
-SfxVoidItem NumberingAndPosition SID_NUMBERING_AND_POSITION
-(SfxStringItem Page FN_PARAM_1)
-[
-    AutoUpdate = FALSE,
-    FastCall = FALSE,
-    ReadOnlyDoc = FALSE,
-    Toggle = FALSE,
-    Container = FALSE,
-    RecordAbsolute = FALSE,
-    RecordPerSet;
-
-    AccelConfig = FALSE,
-    MenuConfig = FALSE,
-    ToolBoxConfig = TRUE,
-    GroupId = SfxGroupId::Format;
-]
-
 SfxUInt16Item SetNumber FN_SVX_SET_NUMBER
 [
     AutoUpdate = TRUE,


More information about the Libreoffice-commits mailing list