diff options
author | Johnny_M <klasse@partyheld.de> | 2017-05-13 15:23:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-15 15:27:52 +0200 |
commit | 2c3f58eff2bac36e39d81c1f8facce5ed6a1ffd2 (patch) | |
tree | 2cf0de7634391266bab6ca7724a449d83f54d768 /chart2 | |
parent | 035fec9229c5b7fc42d203c1b31e26a1b187ab97 (diff) |
Translate German comments and debug strings (leftovers in dirs a... to c...)
Translates all (leftovers) found using a custom regex, in directories not
shown by /bin/find-german-comments and beginning with "a" to "c".
Change-Id: I3b0152ee78ad80a29d714cbd98bf888f31be4763
Reviewed-on: https://gerrit.libreoffice.org/37573
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx index bf3bdbd2558a..4f2b082dc823 100644 --- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx +++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx @@ -36,7 +36,7 @@ public: // listen to all chart selection changes explicit ChartSidebarSelectionListener(ChartSidebarSelectionListenerParent* pParent); - // only liste to the changes of eType + // only listen to the changes of eType ChartSidebarSelectionListener(ChartSidebarSelectionListenerParent* pParent, ObjectType eType); virtual ~ChartSidebarSelectionListener() override; |