summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epgm/epgm.cxx
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-06-16 06:33:39 +0200
committersj <sj@openoffice.org>2010-06-16 06:33:39 +0200
commitd4a2d54ee9dc9aa76e9a781ee7f488154ec61099 (patch)
tree3eabf4e45309368171f720e3da08223cde8233bb /filter/source/graphicfilter/epgm/epgm.cxx
parent53017497738e9edd88b480cfaf31a11d1701835d (diff)
impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution
Diffstat (limited to 'filter/source/graphicfilter/epgm/epgm.cxx')
-rw-r--r--filter/source/graphicfilter/epgm/epgm.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/filter/source/graphicfilter/epgm/epgm.cxx b/filter/source/graphicfilter/epgm/epgm.cxx
index 89fbc9929ab0..bad0717ea6fa 100644
--- a/filter/source/graphicfilter/epgm/epgm.cxx
+++ b/filter/source/graphicfilter/epgm/epgm.cxx
@@ -35,9 +35,6 @@
#include <svl/solar.hrc>
#include <svtools/fltcall.hxx>
#include <svtools/FilterConfigItem.hxx>
-#include "strings.hrc"
-#include "dlgepgm.hrc"
-#include "dlgepgm.hxx"
//============================ PGMWriter ==================================
@@ -240,32 +237,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap
}
// ------------------------------------------------------------------------
-
-extern "C" BOOL __LOADONCALLAPI DoExportDialog( FltCallDialogParameter& rPara )
-{
- BOOL bRet = FALSE;
-
- if ( rPara.pWindow )
- {
- ByteString aResMgrName( "epg" );
- ResMgr* pResMgr;
-
- pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
-
- if( pResMgr )
- {
- rPara.pResMgr = pResMgr;
- bRet = ( DlgExportEPGM( rPara ).Execute() == RET_OK );
- delete pResMgr;
- }
- else
- bRet = TRUE;
- }
-
- return bRet;
-}
-
-// ------------------------------------------------------------------------
#ifndef GCC
#endif