summaryrefslogtreecommitdiff
path: root/svl/source/items/macitem.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-03 15:39:14 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:01 +0200
commit2ebd79b3d214c62c0997606115ebc50700d6a760 (patch)
treedc2e6bb49d8089e507fe846406d10828af7330cb /svl/source/items/macitem.cxx
parent02cb0ba6b565597d6da23cbf211e959c448b3261 (diff)
loplugin:constantfunction: svl
Change-Id: I6504e354cfb381cc00ea837f959e2e18e5fc596c
Diffstat (limited to 'svl/source/items/macitem.cxx')
-rw-r--r--svl/source/items/macitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/macitem.cxx b/svl/source/items/macitem.cxx
index 29d274039d52..73bd8783cb5f 100644
--- a/svl/source/items/macitem.cxx
+++ b/svl/source/items/macitem.cxx
@@ -279,7 +279,7 @@ void SvxMacroItem::SetMacro( sal_uInt16 nEvent, const SvxMacro& rMacro )
sal_uInt16 SvxMacroItem::GetVersion( sal_uInt16 nFileFormatVersion ) const
{
return SOFFICE_FILEFORMAT_31 == nFileFormatVersion
- ? 0 : aMacroTable.GetVersion();
+ ? 0 : SvxMacroTableDtor::GetVersion();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */