summaryrefslogtreecommitdiff
path: root/sd/inc/cusshow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-28 12:01:32 +0200
committerNoel Grandin <noel@peralex.com>2015-10-29 09:50:19 +0200
commita2795356608c9de3679ccd3076c7df14cb549d8b (patch)
tree327bd5f473f476ef96843438898e506964d50f38 /sd/inc/cusshow.hxx
parentb0f7efe83096655348d32782636bf0f54d837834 (diff)
com::sun::star->css in sd
Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r--sd/inc/cusshow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 1f406029e861..11d1e15da139 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -38,7 +38,7 @@ private:
SdDrawDocument* pDoc;
// this is a weak reference to a possible living api wrapper for this custom show
- ::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface > mxUnoCustomShow;
+ css::uno::WeakReference< css::uno::XInterface > mxUnoCustomShow;
// forbidden and not implemented
SdCustomShow();
@@ -46,7 +46,7 @@ private:
public:
// single argument ctors shall be explicit
explicit SdCustomShow(SdDrawDocument* pDrawDoc);
- SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xShow );
+ SdCustomShow(SdDrawDocument* pDrawDoc, css::uno::Reference< css::uno::XInterface > xShow );
virtual ~SdCustomShow();
@@ -68,7 +68,7 @@ public:
SdDrawDocument* GetDoc() const { return pDoc; }
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoCustomShow();
+ css::uno::Reference< css::uno::XInterface > getUnoCustomShow();
};
#endif // INCLUDED_SD_INC_CUSSHOW_HXX