summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/TitleBar.hxx4
-rw-r--r--include/svtools/filectrl.hxx4
-rw-r--r--include/svtools/simptabl.hxx2
-rw-r--r--include/svx/ClassificationEditView.hxx2
-rw-r--r--include/svx/dlgctl3d.hxx2
-rw-r--r--include/svx/sdrpaintwindow.hxx6
-rw-r--r--include/vcl/lazydelete.hxx2
-rw-r--r--include/xmloff/xmlexp.hxx2
8 files changed, 12 insertions, 12 deletions
diff --git a/include/sfx2/sidebar/TitleBar.hxx b/include/sfx2/sidebar/TitleBar.hxx
index 35c37fc11424..1812503732fb 100644
--- a/include/sfx2/sidebar/TitleBar.hxx
+++ b/include/sfx2/sidebar/TitleBar.hxx
@@ -47,11 +47,11 @@ public:
ToolBox& GetToolBox()
{
- return *maToolBox.get();
+ return *maToolBox;
}
const ToolBox& GetToolBox() const
{
- return *maToolBox.get();
+ return *maToolBox;
}
protected:
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index 3e620e2350be..280b76ffd127 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -56,8 +56,8 @@ public:
virtual ~FileControl() override;
virtual void dispose() override;
- Edit& GetEdit() { return *maEdit.get(); }
- PushButton& GetButton() { return *maButton.get(); }
+ Edit& GetEdit() { return *maEdit; }
+ PushButton& GetButton() { return *maButton; }
void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, DrawFlags nFlags ) override;
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index e4a15e02e8bd..7f999a809623 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -121,7 +121,7 @@ public:
void SetCommandHdl( const Link<SvSimpleTable*,void>& rLink ) { aCommandLink = rLink; }
void SetHeaderBarClickHdl( const Link<SvSimpleTable*,void>& rLink ) { aHeaderBarClickLink = rLink; }
- HeaderBar& GetTheHeaderBar() { return *aHeaderBar.get(); }
+ HeaderBar& GetTheHeaderBar() { return *aHeaderBar; }
};
diff --git a/include/svx/ClassificationEditView.hxx b/include/svx/ClassificationEditView.hxx
index 89f4a7f90c11..4f421b400243 100644
--- a/include/svx/ClassificationEditView.hxx
+++ b/include/svx/ClassificationEditView.hxx
@@ -51,7 +51,7 @@ public:
const ClassificationEditEngine& getEditEngine()
{
- return *pEdEngine.get();
+ return *pEdEngine;
}
void SetModifyHdl(const Link<LinkParamNone*,void>& rLink)
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index 84e9d855ef33..82f544031a55 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -159,7 +159,7 @@ public:
void CheckSelection();
// bring further settings to the outside world
- Svx3DLightControl& GetSvx3DLightControl() { return *maLightControl.get(); }
+ Svx3DLightControl& GetSvx3DLightControl() { return *maLightControl; }
// register user callback
void SetUserInteractiveChangeCallback(Link<SvxLightCtl3D*,void> aNew) { maUserInteractiveChangeCallback = aNew; }
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index 8c833d85926c..dda0185f9e9d 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -59,7 +59,7 @@ public:
void PreparePreRenderDevice();
void OutputPreRenderDevice(const vcl::Region& rExpandedRegion);
- OutputDevice& GetPreRenderDevice() { return *mpPreRenderDevice.get(); }
+ OutputDevice& GetPreRenderDevice() { return *mpPreRenderDevice; }
};
class SVX_DLLPUBLIC SdrPaintWindow
@@ -96,7 +96,7 @@ public:
// data read accesses
SdrPaintView& GetPaintView() const { return mrPaintView; }
- OutputDevice& GetOutputDevice() const { return *mpOutputDevice.get(); }
+ OutputDevice& GetOutputDevice() const { return *mpOutputDevice; }
vcl::Window* GetWindow() const { return mpWindow; }
// OVERLAYMANAGER
@@ -135,7 +135,7 @@ public:
void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; }
// #i72889# get target output device, take into account output buffering
- OutputDevice& GetTargetOutputDevice() { if(mpPreRenderDevice) return mpPreRenderDevice->GetPreRenderDevice(); else return *mpOutputDevice.get(); }
+ OutputDevice& GetTargetOutputDevice() { if(mpPreRenderDevice) return mpPreRenderDevice->GetPreRenderDevice(); else return *mpOutputDevice; }
};
#endif // INCLUDED_SVX_SDRPAINTWINDOW_HXX
diff --git a/include/vcl/lazydelete.hxx b/include/vcl/lazydelete.hxx
index 013205b3a64e..dd50f7f13092 100644
--- a/include/vcl/lazydelete.hxx
+++ b/include/vcl/lazydelete.hxx
@@ -49,7 +49,7 @@ namespace vcl
static vcl::DeleteOnDeinit< BitmapEx > aBmp( new BitmapEx( ... ) );
if( aBmp.get() ) // check whether DeInitVCL has been called already
- DrawBitmapEx( Point( 10, 10 ), *aBmp.get() );
+ DrawBitmapEx( Point( 10, 10 ), *aBmp );
}
*/
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index a2759c86c9cc..89ebac095657 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -385,7 +385,7 @@ public:
css::xml::sax::XAttributeList >& xAttrList );
// Get common attribute list as implementation or interface.
- SvXMLAttributeList &GetAttrList() { return *mxAttrList.get(); }
+ SvXMLAttributeList &GetAttrList() { return *mxAttrList; }
css::uno::Reference< css::xml::sax::XAttributeList > GetXAttrList() { return mxAttrList.get(); }
// Get document handler. This methods are not const, because the