summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-03 11:31:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 07:04:50 +0000
commite9c3583c2cc27fc88ee81047c236ec99dd51e8de (patch)
treeb3e8394ca1ec402a31b227339366fc790124c1f8 /sw/inc/shellio.hxx
parent89c77994d4638c86635c70535fab6508e2f3d900 (diff)
improve the returnbyref loplugin
Change-Id: I1b510a6194282dfa4a9001d473127c5ebc8b44eb Reviewed-on: https://gerrit.libreoffice.org/16731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index da2622d60241..d267b95a6698 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -387,11 +387,11 @@ protected:
virtual sal_uLong WriteStream() = 0;
void SetBaseURL( const OUString& rURL ) { sBaseURL = rURL; }
- IDocumentSettingAccess* getIDocumentSettingAccess();
- const IDocumentSettingAccess* getIDocumentSettingAccess() const;
+ IDocumentSettingAccess& getIDocumentSettingAccess();
+ const IDocumentSettingAccess& getIDocumentSettingAccess() const;
- IDocumentStylePoolAccess* getIDocumentStylePoolAccess();
- const IDocumentStylePoolAccess* getIDocumentStylePoolAccess() const;
+ IDocumentStylePoolAccess& getIDocumentStylePoolAccess();
+ const IDocumentStylePoolAccess& getIDocumentStylePoolAccess() const;
public:
SwDoc* pDoc;