postprocess/packimages/image-sort.lst | 1 - sd/sdi/sdraw.sdi | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 0d6cd1a86bdbfdb4dcb763ef2b4ff06f3d465032 Author: Maxim Monastirsky <[email protected]> Date: Sun Nov 22 13:45:47 2015 +0200 Silence "Skipping non-existent ... StartModule/toolbar/standardbar.xml" There is no such toolbar since 5319def848e855068512f0f895086ff7a1f9e44f Change-Id: Ia08eeba13d697b64f57ea9052a4c753340f5c304 diff --git a/postprocess/packimages/image-sort.lst b/postprocess/packimages/image-sort.lst index 823528a..2cb3eec 100644 --- a/postprocess/packimages/image-sort.lst +++ b/postprocess/packimages/image-sort.lst @@ -89,7 +89,6 @@ modules/dbquery/toolbar/sqlobjectbar.xml modules/dbquery/toolbar/toolbar.xml modules/dbrelation/toolbar/toolbar.xml modules/dbtable/toolbar/toolbar.xml -modules/StartModule/toolbar/standardbar.xml modules/schart/toolbar/arrowshapes.xml modules/schart/toolbar/basicshapes.xml modules/schart/toolbar/calloutshapes.xml commit 7de099027f428b4e82242fed62b9f1d0f5a9d1c0 Author: Maxim Monastirsky <[email protected]> Date: Sun Nov 22 13:37:36 2015 +0200 Allow .uno:DisplayMode to be added to toolbars Change-Id: I31fedddb96afee820aaeedeea53096570594993b diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index 82fa634..2ad46fd 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -4205,7 +4205,7 @@ SfxVoidItem DisplayMode SID_DISPLAY_MODE AccelConfig = FALSE, MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_VIEW; ] _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
