diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 11:30:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-01 13:23:49 +0300 |
commit | 5b14ebdda30a3900537f2bc5f5ec876f7c5d5efa (patch) | |
tree | 163f3668dcd09beaed2b3c128dbc451df42793f2 /svx | |
parent | f1d9c520a2a2df5bdbb02fff7ba8f3a134dfc32d (diff) |
Deduplication of ImplGetSupportedMacroItems for disable-dynlinking
Change-Id: If6fb0a2152041f65d2e4b38dfbf87491b323f28f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 47c96c889917..b07ee322bad9 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -106,7 +106,7 @@ public: }; //-//////////////////////////////////////////////////////////////////// -const SvEventDescription* ImplGetSupportedMacroItems() +static const SvEventDescription* ImplGetSupportedMacroItems() { static const SvEventDescription aMacroDescriptionsImpl[] = { |