summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-13 23:40:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-14 09:54:09 +0100
commit98ae11bcd4b24c5616a4aefd4b865fcbe87814ef (patch)
tree97270a860089652387e3c692357feaa1b7f63487 /xmloff
parent33aa32322199fd1616af459b405ea3b9a8b3016e (diff)
pointless foo
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx8
-rw-r--r--xmloff/source/core/xmlexp.cxx2
2 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index c1bb9c05eb17..b5199f2c2720 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -133,10 +133,8 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > mxAttrList; // and an interface of it
::rtl::OUString msOrigFileName; // the original URL
- ::rtl::OUString msPicturesPath;
::rtl::OUString msGraphicObjectProtocol;
::rtl::OUString msEmbeddedObjectProtocol;
- ::rtl::OUString msObjectsPath;
::rtl::OUString msFilterName;
SvXMLNamespaceMap *mpNamespaceMap; // the namepspace map
SvXMLUnitConverter *mpUnitConv; // the unit converter
@@ -417,12 +415,6 @@ public:
// Get original ::com::sun::star::util::URL.
const ::rtl::OUString& GetOrigFileName() const { return msOrigFileName; }
- // Get the relative path for embedded pictures
- const ::rtl::OUString& GetPicturesPath() const { return msPicturesPath; }
-
- // Get the relative path for embedded objects
- const ::rtl::OUString& GetObjectsPath() const { return msObjectsPath; }
-
// Get (const) namespace map.
const SvXMLNamespaceMap& GetNamespaceMap() const { return *mpNamespaceMap; }
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 7b03fad5a4a9..2777f618f5ae 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -422,8 +422,6 @@ void SvXMLExport::_InitCtor()
mxAttrList = (xml::sax::XAttributeList*)mpAttrList;
- msPicturesPath = OUString( RTL_CONSTASCII_USTRINGPARAM( "#Pictures/" ) );
- msObjectsPath = OUString( RTL_CONSTASCII_USTRINGPARAM( "#./" ) );
msGraphicObjectProtocol = OUString( RTL_CONSTASCII_USTRINGPARAM( "vnd.sun.star.GraphicObject:" ) );
msEmbeddedObjectProtocol = OUString( RTL_CONSTASCII_USTRINGPARAM( "vnd.sun.star.EmbeddedObject:" ) );