[Libreoffice-commits] core.git: sd/sdi
Maxim Monastirsky (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 07:27:33 UTC 2020
sd/sdi/sdnew.sdi | 71 -------------------------------------------------------
1 file changed, 71 deletions(-)
New commits:
commit 671109d11fcdeb61b5e8a7c763519bdf1f16dd6b
Author: Maxim Monastirsky <momonasmon at gmail.com>
AuthorDate: Wed Sep 9 15:47:12 2020 +0300
Commit: Maxim Monastirsky <momonasmon at gmail.com>
CommitDate: Thu Sep 10 09:26:41 2020 +0200
sdnew.sdi file appears to be unused
Change-Id: Ie6ef55fdae47e74ba528b704feb382a64094a563
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102344
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
diff --git a/sd/sdi/sdnew.sdi b/sd/sdi/sdnew.sdi
deleted file mode 100644
index d27b9f4d2ec0..000000000000
--- a/sd/sdi/sdnew.sdi
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL
-
-[
- AutoUpdate = TRUE,
- FastCall = FALSE,
- ReadOnlyDoc = FALSE,
- Toggle = FALSE,
- Container = FALSE,
-
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
- GroupId = SfxGroupId::Format;
-]
-
-SvxObjectItem RulerObject SID_RULER_OBJECT
-
-[
- AutoUpdate = FALSE,
- FastCall = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
-
- /* plugin: */
- Container = FALSE,
-
- /* api: */
- Export = TRUE,
- IsCollection = FALSE,
- RecordAbsolute = FALSE,
- RecordPerSet;
-
- AccelConfig = FALSE,
- MenuConfig = FALSE,
- ToolBoxConfig = FALSE,
- GroupId = ;
-]
-
-SfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST
-
-[
- AutoUpdate = FALSE,
- FastCall = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = FALSE,
- Asynchron;
-
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
- GroupId = SfxGroupId::View;
-]
More information about the Libreoffice-commits
mailing list