diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-04 22:45:44 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-06 13:04:46 +0200 |
commit | 0c1532c62bc489e5e811a641919492316bcbe8e3 (patch) | |
tree | 386629c7b062a9b564ff554f686ab6944a816e98 /sfx2 | |
parent | b63cbdaec5873a32bd936d24d3152c3ec4de3180 (diff) |
removed unused type for avmedia dummytypes
Removed StaticType, since opengrok can only find 1 place it is present.
Change-Id: I5a2aacb53c6a22d510e79c152b3725fa7821351d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/dummytypes.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/dummytypes.cxx b/sfx2/source/bastyp/dummytypes.cxx index 2955172ecaf1..183a0ab4d811 100644 --- a/sfx2/source/bastyp/dummytypes.cxx +++ b/sfx2/source/bastyp/dummytypes.cxx @@ -11,7 +11,6 @@ #include <avmedia/mediaitem.hxx> #if !HAVE_FEATURE_AVMEDIA -SAL_DLLPUBLIC_EXPORT TypeId avmedia::MediaItem::StaticType() { return 0; } #endif // vim:set shiftwidth=4 softtabstop=4 expandtab: |