diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-04-02 18:38:39 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-04-10 08:34:44 +0200 |
commit | 11163faafe718e65b25f0dfea8700d1a18d4dee6 (patch) | |
tree | f14c04b2821f22756489255d84c4afde2aaee54b /oox | |
parent | e4eb416c3ef81d098ed61caabd2077cbbb2418bc (diff) |
graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLink
The main reason is to differentiate when we have the GfxLink from
other (url, file) links which use the same terminology.
Change-Id: I805c61e7fb231062340562c51c25a189b2cfc7f7
Reviewed-on: https://gerrit.libreoffice.org/52245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 987b45be5002..e18c0ce93fd2 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -820,7 +820,7 @@ const char* DrawingML::GetRelationCompPrefix() OUString DrawingML::WriteImage( const Graphic& rGraphic , bool bRelPathToMedia ) { - GfxLink aLink = rGraphic.GetLink (); + GfxLink aLink = rGraphic.GetGfxLink (); OUString sMediaType; const char* pExtension = ""; OUString sRelId; |