diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartFrameloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartFrameloader.cxx b/chart2/source/controller/main/ChartFrameloader.cxx index c757d5f60760..ca9adb6e3607 100644 --- a/chart2/source/controller/main/ChartFrameloader.cxx +++ b/chart2/source/controller/main/ChartFrameloader.cxx @@ -112,7 +112,7 @@ sal_Bool SAL_CALL ChartFrameLoader::load( const uno::Sequence< beans::PropertyVa , uno::UNO_QUERY ); //!!!it is a special characteristic of the example application - //that the controller simultaniously provides the XWindow controller functionality + //that the controller simultaneously provides the XWindow controller functionality xComponentWindow = uno::Reference< awt::XWindow >( xController, uno::UNO_QUERY ); |