summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-10 15:49:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-07-17 11:56:14 +0000
commit490d30281726052bf4c36d4b79136ec7e7fd8395 (patch)
tree860947e799376873ea2bd0c30d49426e25c353d7 /include/sfx2
parent461cb8fb430bfab2f67ae22d40852c3ca42841a2 (diff)
rename the Weak stuff in tools/ref.hxx to WeakRef
.. which more accurately reflects it's purpose Change-Id: Ibb87a47a3d1f3e35ac2820f14c71adf3b227c961 Reviewed-on: https://gerrit.libreoffice.org/10283 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/frame.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index 8730dbd7764d..18bf6cd08099 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -209,7 +209,7 @@ private:
SAL_DLLPRIVATE void Construct_Impl();
};
-SV_DECL_COMPAT_WEAK( SfxFrame )
+SV_DECL_COMPAT_WEAK_REF( SfxFrame )
class SfxFrameIterator
{
@@ -229,7 +229,7 @@ public:
class SFX2_DLLPUBLIC SfxFrameItem: public SfxPoolItem
{
SfxFrame* pFrame;
- SfxFrameWeak wFrame;
+ SfxFrameWeakRef wFrame;
SAL_DLLPRIVATE void SetFramePtr_Impl( SfxFrame* /*pFrameP*/ ) { pFrame = wFrame; }
public: