summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 08:55:31 +0200
committerNoel Grandin <noel@peralex.com>2015-10-27 08:56:38 +0200
commit271c6b360511760336c78e6fbbacb520bb9be911 (patch)
tree360eb8462f849c29194d62f1c24a99f8c663507f /sw/inc/section.hxx
parentc22ec49de497fd65b4dac901d6bc1f06d5a9a3c7 (diff)
inline SvBaseLinkRef typedef
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 0635a8d3f1ac..d72ab200a70d 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -150,7 +150,7 @@ private:
mutable SwSectionData m_Data;
tools::SvRef<SwServerObject> m_RefObj; // Set if DataServer.
- ::sfx2::SvBaseLinkRef m_RefLink;
+ tools::SvRef<sfx2::SvBaseLink> m_RefLink;
SAL_DLLPRIVATE void ImplSetHiddenFlag(
bool const bHidden, bool const bCondition);