summaryrefslogtreecommitdiff
path: root/include/svx/xmlgrhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xmlgrhlp.hxx')
-rw-r--r--include/svx/xmlgrhlp.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svx/xmlgrhlp.hxx b/include/svx/xmlgrhlp.hxx
index 498b0154e774..7cea0279bab0 100644
--- a/include/svx/xmlgrhlp.hxx
+++ b/include/svx/xmlgrhlp.hxx
@@ -49,25 +49,18 @@ class SVX_DLLPUBLIC SvXMLGraphicHelper final : public cppu::WeakComponentImplHel
css::document::XBinaryStreamResolver>
{
private:
- typedef ::std::pair< OUString, OUString > URLPair;
- typedef ::std::vector< URLPair > URLPairVector;
- typedef ::std::vector< GraphicObject > GraphicObjectVector;
typedef ::std::vector< css::uno::Reference< css::io::XOutputStream > > GraphicOutputStreamVector;
::osl::Mutex maMutex;
css::uno::Reference < css::embed::XStorage > mxRootStorage;
OUString maCurStorageName;
- URLPairVector maGrfURLs;
- GraphicObjectVector maGrfObjs;
GraphicOutputStreamVector maGrfStms;
- ::std::set< OUString > maURLSet;
std::unordered_map<OUString, css::uno::Reference<css::graphic::XGraphic>> maGraphicObjects;
std::unordered_map<Graphic, std::pair<OUString, OUString>> maExportGraphics;
SvXMLGraphicHelperMode meCreateMode;
OUString maOutputMimeType;
- bool mbDirect;
SVX_DLLPRIVATE static bool ImplGetStreamNames( const OUString& rURLStr,
OUString& rPictureStorageName,
@@ -85,7 +78,6 @@ private:
virtual ~SvXMLGraphicHelper() override;
void Init( const css::uno::Reference < css::embed::XStorage >& xXMLStorage,
SvXMLGraphicHelperMode eCreateMode,
- bool bDirect,
const OUString& rGraphicMimeType = OUString() );
virtual void SAL_CALL disposing() override;
@@ -98,7 +90,6 @@ public:
static rtl::Reference<SvXMLGraphicHelper> Create( const css::uno::Reference < css::embed::XStorage >& rXMLStorage,
SvXMLGraphicHelperMode eCreateMode,
- bool bDirect = true,
const OUString& rGraphicMimeType = OUString() );
static rtl::Reference<SvXMLGraphicHelper> Create( SvXMLGraphicHelperMode eCreateMode,
const OUString& rMimeType = OUString() );