diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-01-19 20:26:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-19 18:29:01 +0000 |
commit | 4b429851e54ccc42e5f9acebce67139bc3d5e244 (patch) | |
tree | 05cefbac75e34a6813b1f49f4276e599031532e2 /sw/inc/docufld.hxx | |
parent | 28ec4d1456ae17711749e4131e9f8e96eccb1b95 (diff) |
Revert "use rtl::Reference in SwPostItField"
This reverts commit f7ee0054cf9da35f210d9043a68339415aba2284.
until I can figure out how to make that miserable idiot of a
Visual Studio 2013 compiler happy.
Change-Id: I9206df8cbba52bf8aab242a1376f4b6598d2b739
Reviewed-on: https://gerrit.libreoffice.org/33325
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index fab98c5e23d3..98e20eada1bb 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -21,7 +21,7 @@ #include <tools/date.hxx> #include <tools/datetime.hxx> -#include <rtl/ref.hxx> + #include <svl/macitem.hxx> #include "fldbas.hxx" @@ -443,7 +443,7 @@ class SW_DLLPUBLIC SwPostItField : public SwField OUString sName; ///< Name of the comment. DateTime aDateTime; OutlinerParaObject* mpText; - rtl::Reference<SwTextAPIObject> m_xTextObject; + SwTextAPIObject* m_pTextObject; public: SwPostItField( SwPostItFieldType*, |