diff options
| author | Randy Morgan <[email protected]> | 2013-02-04 15:36:35 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-02-04 15:36:35 +0900 |
| commit | 61488b068f220a32f4c5ab50a4108e61caa4d7aa (patch) | |
| tree | 8dcb574ca3e6f5819b349ebdc35628bf1b635f44 /lib/axlsx/drawing/graphic_frame.rb | |
| parent | 7d578aa6a4f54b88855e530a1a543c38387fe03d (diff) | |
| download | caxlsx-61488b068f220a32f4c5ab50a4108e61caa4d7aa.tar.gz caxlsx-61488b068f220a32f4c5ab50a4108e61caa4d7aa.zip | |
Completed missing docs and pre-release prep
Diffstat (limited to 'lib/axlsx/drawing/graphic_frame.rb')
| -rw-r--r-- | lib/axlsx/drawing/graphic_frame.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/axlsx/drawing/graphic_frame.rb b/lib/axlsx/drawing/graphic_frame.rb index 888cde76..943caeae 100644 --- a/lib/axlsx/drawing/graphic_frame.rb +++ b/lib/axlsx/drawing/graphic_frame.rb @@ -28,10 +28,6 @@ module Axlsx # NOTE: Discontinued. This should not be part of GraphicFrame. # The drawing object maintains relationships and needs to be queried to determine the relationship id of any given graphic data child object. # - # @example - # <a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/chart"> - # <c:chart xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:id="rId2"/> - # </a:graphicData> def rId warn('axlsx::DEPRECIATED: GraphicFrame#rId has been depreciated. relationship id is determed by the drawing object') "rId#{@anchor.index+1}" |
