summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-10 15:24:02 +0200
committerNoel Grandin <noel@peralex.com>2014-07-14 13:30:55 +0200
commit6d2178b8c82ac7d2ac054e55b4221033acfab3d8 (patch)
treebd0a4141c0906d41f2d0e3b3692f617e6cb1f97a /sfx2/source/inc
parente3246e806cad5f9d2c05c3408adc3019da5a575d (diff)
inline tools::SvRefBaseRef typedef
..it is only used in two places Change-Id: If333936b26592ed44d3525f2eb3c21aafde7dddc
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/objshimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 72cbd9657767..a32e4f373f0b 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -108,7 +108,7 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
SfxModule* pModule;
SfxObjectShellFlags eFlags;
bool bReadOnlyUI;
- SvRefBaseRef xHeaderAttributes;
+ tools::SvRef<SvRefBase> xHeaderAttributes;
::rtl::Reference< SfxBaseModel >
pBaseModel;
sal_uInt16 nStyleFilter;