pointless foo

This commit is contained in:
Caolán McNamara
2011-09-13 23:40:59 +01:00
parent 33aa323221
commit 98ae11bcd4
2 changed files with 0 additions and 10 deletions

View File

@@ -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; }

View File

@@ -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:" ) );