diff options
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index b2e9a6d87cb8..911fcc4e409f 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -181,7 +181,7 @@ private: OUString impl_g_getLocation(); bool - impl_isControllerConnected( const css::uno::Reference< com::sun::star::frame::XController >& xController ); + impl_isControllerConnected( const css::uno::Reference< css::frame::XController >& xController ); /// @throws css::uno::RuntimeException css::uno::Reference< css::frame::XController > @@ -204,7 +204,7 @@ private: const css::uno::Sequence< css::beans::PropertyValue >& rMediaDescriptor, const css::uno::Reference< css::embed::XStorage >& xStorage ); void impl_loadGraphics( - const css::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage ); + const css::uno::Reference< css::embed::XStorage >& xStorage ); css::uno::Reference< css::document::XFilter > impl_createFilter( const css::uno::Sequence< css::beans::PropertyValue > & rMediaDescriptor ); |