From ab465b90f6c6da5595393a0ba73f33a1e71a2b65 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 20 May 2015 13:05:49 +0200 Subject: bin/rename-sw-abbreviations.sh renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9 --- svx/source/items/hlnkitem.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/items/hlnkitem.cxx') diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx index 08d68167b8fb..b1b5b39b4195 100644 --- a/svx/source/items/hlnkitem.cxx +++ b/svx/source/items/hlnkitem.cxx @@ -198,8 +198,8 @@ SvxHyperlinkItem::SvxHyperlinkItem( const SvxHyperlinkItem& rHyperlinkItem ): sIntName = rHyperlinkItem.sIntName; nMacroEvents = rHyperlinkItem.nMacroEvents; - if( rHyperlinkItem.GetMacroTbl() ) - pMacroTable = new SvxMacroTableDtor( *rHyperlinkItem.GetMacroTbl() ); + if( rHyperlinkItem.GetMacroTable() ) + pMacroTable = new SvxMacroTableDtor( *rHyperlinkItem.GetMacroTable() ); else pMacroTable=NULL; -- cgit