summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epgm/epgm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-03 09:13:34 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:55 +0200
commita718b02f8e24d7c167a56456523bc921b12e4f64 (patch)
tree0926504c7b45b88cda0997748ea11238cf411851 /filter/source/graphicfilter/epgm/epgm.cxx
parentc3a89936abc7967ebe8916ca83cb38f6837f9aa1 (diff)
vcl: sal_Bool->bool and cleanup
- remove unused PFilterDlgCall typedef - remove bool parameter from PFilterCall typedef - it was always being called with false, and nothing was reading it Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1
Diffstat (limited to 'filter/source/graphicfilter/epgm/epgm.cxx')
-rw-r--r--filter/source/graphicfilter/epgm/epgm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/epgm/epgm.cxx b/filter/source/graphicfilter/epgm/epgm.cxx
index 5c151be2ab3b..47c20d9fd3f9 100644
--- a/filter/source/graphicfilter/epgm/epgm.cxx
+++ b/filter/source/graphicfilter/epgm/epgm.cxx
@@ -220,8 +220,8 @@ void PGMWriter::ImplWriteNumber(sal_Int32 nNumber)
#define GraphicExport epgGraphicExport
#endif
-extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL
-GraphicExport(SvStream& rStream, Graphic& rGraphic, FilterConfigItem* pFilterConfigItem, sal_Bool)
+extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL
+GraphicExport( SvStream& rStream, Graphic& rGraphic, FilterConfigItem* pFilterConfigItem )
{
PGMWriter aPGMWriter(rStream);