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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/xmlgrhlp.hxx b/include/svx/xmlgrhlp.hxx
index 9aff143b3b04..dccf62826591 100644
--- a/include/svx/xmlgrhlp.hxx
+++ b/include/svx/xmlgrhlp.hxx
@@ -48,7 +48,6 @@ class SVX_DLLPUBLIC SvXMLGraphicHelper final : public cppu::WeakComponentImplHel
typedef ::std::pair< OUString, OUString > URLPair;
typedef ::std::vector< URLPair > URLPairVector;
typedef ::std::vector< GraphicObject > GraphicObjectVector;
- typedef ::std::set< OUString > URLSet;
typedef ::std::vector< css::uno::Reference< css::io::XOutputStream > > GraphicOutputStreamVector;
::osl::Mutex maMutex;
@@ -57,7 +56,7 @@ class SVX_DLLPUBLIC SvXMLGraphicHelper final : public cppu::WeakComponentImplHel
URLPairVector maGrfURLs;
GraphicObjectVector maGrfObjs;
GraphicOutputStreamVector maGrfStms;
- URLSet maURLSet;
+ ::std::set< OUString > maURLSet;
SvXMLGraphicHelperMode meCreateMode;
OUString maOutputMimeType;
bool mbDirect;