[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Thu May 26 09:35:04 UTC 2016


 sw/source/ui/dbui/createaddresslistdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60041cb237ea73c2c1885dd6afd99d88780c2dfc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 26 10:25:23 2016 +0100

    VclPtr in container warnings
    
    Change-Id: I653aad3a88438faa985466e091e22be1c23ca953

diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index b54d9e3..af68791 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -51,7 +51,7 @@ class SwAddressControl_Impl : public Control
 
     std::vector<VclPtr<FixedText> >       m_aFixedTexts;
     std::vector<VclPtr<Edit> >            m_aEdits;
-    std::map<Edit*, sal_Int32>            m_aEditLines;
+    std::map<void*, sal_Int32>            m_aEditLines;
 
     SwCSVData*                      m_pData;
     Size                            m_aWinOutputSize;


More information about the Libreoffice-commits mailing list