summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/drawingml.hxx1
-rw-r--r--include/oox/helper/graphichelper.hxx8
2 files changed, 0 insertions, 9 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index bd445df24fd8..33c301285a27 100644
--- a/include/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
@@ -204,7 +204,6 @@ public:
void WriteGraphicCropProperties(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet,
Size const & rOriginalSize, MapMode const & rMapMode);
- void WriteSrcRect( const css::uno::Reference< css::beans::XPropertySet >&, const OUString& );
void WriteSrcRectXGraphic(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet,
css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx
index 2127d3ec57f4..84450c2a61b6 100644
--- a/include/oox/helper/graphichelper.hxx
+++ b/include/oox/helper/graphichelper.hxx
@@ -143,14 +143,6 @@ public:
const css::uno::Reference< css::io::XInputStream >& rxInStrm,
const WmfExternal* pExtHeader ) const;
- /** Creates a persistent graphic object from the passed binary memory block.
- @return The URL of the created and internally cached graphic object. */
- OUString importGraphicObject( const StreamDataSequence& rGraphicData ) const;
-
- /** Imports a graphic object from the storage stream with the passed path and name.
- @return The URL of the created and internally cached graphic object. */
- OUString importEmbeddedGraphicObject( const OUString& rStreamName ) const;
-
/** calculates the original size of a graphic which is necessary to be able to calculate cropping values
@return The original Graphic size in 100thmm */
css::awt::Size getOriginalSize( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ) const;