diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:42:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:45:15 +0000 |
commit | 446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch) | |
tree | dbbabaf897d0d761ddf867601e906092eba7e251 /toolkit | |
parent | 65434e8701ab71c8bff8b0ac722d41b0592483dc (diff) |
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33
Reviewed-on: https://gerrit.libreoffice.org/34781
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/qa/complex/toolkit/GridControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java index bde63aa2fc67..ab836cc4a057 100644 --- a/toolkit/qa/complex/toolkit/GridControl.java +++ b/toolkit/qa/complex/toolkit/GridControl.java @@ -122,7 +122,7 @@ public class GridControl // TODO: check all those generic properties for equality // the data model and the column model should have been cloned, too - // in particular, the clone should not share the sub models with the orignal + // in particular, the clone should not share the sub models with the original final XMutableGridDataModel originalDataModel = UnoRuntime.queryInterface( XMutableGridDataModel.class, m_gridControlModel.getPropertyValue( "GridDataModel" ) ); final XMutableGridDataModel clonedDataModel = UnoRuntime.queryInterface( XMutableGridDataModel.class, |