summaryrefslogtreecommitdiff
path: root/include/oox/helper
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-06 20:02:05 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-07 04:41:39 +0100
commite092c72b44d99ea5c6c7f71cd717b20a4a86f5ac (patch)
tree2aabe11813c7b4d7adeeab1ec7fcdbe71964e095 /include/oox/helper
parent2f061dad7f875f704e3744fc5780c1d145b22e9f (diff)
oox: rename FillBitmapUrl to FillBitmap, remove obsolete methods
Change-Id: I597aaa280ef12e46cf2d060cef1b042413d838d4 Reviewed-on: https://gerrit.libreoffice.org/50851 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/oox/helper')
-rw-r--r--include/oox/helper/modelobjecthelper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/oox/helper/modelobjecthelper.hxx b/include/oox/helper/modelobjecthelper.hxx
index 694bdf13ddb7..eb9c7ba97228 100644
--- a/include/oox/helper/modelobjecthelper.hxx
+++ b/include/oox/helper/modelobjecthelper.hxx
@@ -105,15 +105,10 @@ public:
OUString insertTransGrandient( const css::awt::Gradient& rGradient );
- /** Inserts a new named fill bitmap URL, returns the bitmap name, based on
- an internal constant name with a new unused index appended. */
- OUString insertFillBitmapUrl( const OUString& rGraphicUrl );
-
/** Inserts a new named fill graphic, returns the bitmap name, based on
an internal constant name with a new unused index appended. */
OUString insertFillBitmapXGraphic(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
- OUString getFillBitmapUrl( const OUString& rGraphicName );
css::uno::Reference<css::awt::XBitmap> getFillBitmap(OUString const & rGraphicName);
private: