diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-11 20:41:11 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-12 17:09:43 +0000 |
commit | 9732bf2d0d39b0f748c75b402a5d66ae5527807b (patch) | |
tree | 7cd514244499732ae7ba1bdd0832bf3ded344f02 | |
parent | b82a9f34eca092f13396177d61145093be84e600 (diff) |
Typo: (trans)fomat->(trans)format
Change-Id: Id2e3024c149b14d40e58f8534946a514ededfcfc
Reviewed-on: https://gerrit.libreoffice.org/34158
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/svx/IAccessibleViewForwarder.hxx | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groups.ui | 6 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groups.ui | 6 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groups.ui | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx index f43517931963..35d1fd77ad7f 100644 --- a/include/svx/IAccessibleViewForwarder.hxx +++ b/include/svx/IAccessibleViewForwarder.hxx @@ -40,7 +40,7 @@ namespace accessibility { transformation methods do not require explicit mapmodes. These have to be provided implicitly by the classes that implement this interface. A third, less important, difference are the additional - transfomation methods for sizes. The reasons for their existence are + transformation methods for sizes. The reasons for their existence are convenience and improved performance.</p> @attention diff --git a/sc/uiconfig/scalc/ui/notebookbar_groups.ui b/sc/uiconfig/scalc/ui/notebookbar_groups.ui index a23f08d47ad7..18b15b797b83 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_groups.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_groups.ui @@ -712,7 +712,7 @@ </packing> </child> <child> - <object class="GtkBox" id="fomatgroup"> + <object class="GtkBox" id="formatgroup"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">3</property> @@ -720,7 +720,7 @@ <property name="orientation">vertical</property> <property name="spacing">5</property> <child> - <object class="GtkBox" id="fomatgroupbuttons"> + <object class="GtkBox" id="formatgroupbuttons"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">3</property> @@ -1268,7 +1268,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="fomatgrouplabel"> + <object class="GtkLabel" id="formatgrouplabel"> <property name="height_request">15</property> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groups.ui b/sd/uiconfig/simpress/ui/notebookbar_groups.ui index 3f161772b677..4cd9e4383bdd 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groups.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groups.ui @@ -671,7 +671,7 @@ </packing> </child> <child> - <object class="GtkBox" id="fomatgroup"> + <object class="GtkBox" id="formatgroup"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">3</property> @@ -679,7 +679,7 @@ <property name="orientation">vertical</property> <property name="spacing">5</property> <child> - <object class="GtkBox" id="fomatgroupbuttons"> + <object class="GtkBox" id="formatgroupbuttons"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">3</property> @@ -1194,7 +1194,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="fomatgrouplabel"> + <object class="GtkLabel" id="formatgrouplabel"> <property name="height_request">15</property> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui index 2859fa0e1b4f..2fc96015068b 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui @@ -894,7 +894,7 @@ </packing> </child> <child> - <object class="GtkBox" id="fomatgroup"> + <object class="GtkBox" id="formatgroup"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_top">3</property> @@ -902,7 +902,7 @@ <property name="orientation">vertical</property> <property name="spacing">5</property> <child> - <object class="GtkBox" id="fomatgroupbuttons"> + <object class="GtkBox" id="formatgroupbuttons"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">3</property> @@ -1417,7 +1417,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="fomatgrouplabel"> + <object class="GtkLabel" id="formatgrouplabel"> <property name="height_request">15</property> <property name="visible">True</property> <property name="can_focus">False</property> |