summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewappletshape.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-29 10:47:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 10:24:23 +0000
commite195b2ec9559390c4d1172e0a1e4322dbc7dd45d (patch)
treed8b1e6dc6f2e5af0bffe747abc649d1db99fe082 /slideshow/source/engine/shapes/viewappletshape.hxx
parent4092da68f5e71b3fb82382a8f3d31d2cd05289d7 (diff)
com::sun::star->css in slideshow
Change-Id: I7ae3c5198c22a3937e8c3ef87f48fa2a7e562c62 Reviewed-on: https://gerrit.libreoffice.org/19664 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/source/engine/shapes/viewappletshape.hxx')
-rw-r--r--slideshow/source/engine/shapes/viewappletshape.hxx20
1 files changed, 9 insertions, 11 deletions
diff --git a/slideshow/source/engine/shapes/viewappletshape.hxx b/slideshow/source/engine/shapes/viewappletshape.hxx
index 6751e6a07a59..f6e266e4640b 100644
--- a/slideshow/source/engine/shapes/viewappletshape.hxx
+++ b/slideshow/source/engine/shapes/viewappletshape.hxx
@@ -73,13 +73,11 @@ namespace slideshow
Number of property table entries (in pPropCopyTable)
*/
ViewAppletShape( const ViewLayerSharedPtr& rViewLayer,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape >& rxShape,
- const OUString& rServiceName,
+ const css::uno::Reference< css::drawing::XShape >& rxShape,
+ const OUString& rServiceName,
const char** pPropCopyTable,
sal_Size nNumPropEntries,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext >& rxContext );
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
/** destroy the object
*/
@@ -143,14 +141,14 @@ namespace slideshow
ViewLayerSharedPtr mpViewLayer;
/// the actual viewer component for this applet
- ::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XSynchronousFrameLoader> mxViewer;
+ css::uno::Reference<
+ css::frame::XSynchronousFrameLoader> mxViewer;
/// the frame containing the applet
- ::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XFrame2> mxFrame;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext> mxComponentContext;
+ css::uno::Reference<
+ css::frame::XFrame2> mxFrame;
+ css::uno::Reference<
+ css::uno::XComponentContext> mxComponentContext;
};
typedef ::boost::shared_ptr< ViewAppletShape > ViewAppletShapeSharedPtr;