diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-07-08 19:30:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-17 10:26:33 +0200 |
commit | 923131f8b47f7ae53b1385df213722991673bffa (patch) | |
tree | a2a2fe163cf11aec36edef4905c4dd47ea4e563e /include/svtools | |
parent | a51e14849606111e9dcbccb2707786c53e0f732d (diff) |
tdf#105262 Clean up CopyGraphic
It's only available in read-only mode, it doesn't work and
the images can be copied with the normal copy option
Change-Id: I6493147309104b2b0f3881a667547c38d7633ef3
Reviewed-on: https://gerrit.libreoffice.org/57162
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/transfer.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index 4091a8f087d1..dfd6e1b77dc0 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -487,9 +487,6 @@ public: virtual ~TransferDataContainer() override; void CopyINetBookmark( const INetBookmark& rBkmk ); - void CopyINetImage( const INetImage& rINtImg ); - void CopyImageMap( const ImageMap& rImgMap ); - void CopyGraphic( const Graphic& rGrf ); void CopyString( const OUString& rStr ); void CopyString( SotClipboardFormatId nFmt, const OUString& rStr ); void CopyAny( SotClipboardFormatId nFmt, const css::uno::Any& rAny ); |