diff options
Diffstat (limited to 'svgio/inc/svggradientstopnode.hxx')
-rw-r--r-- | svgio/inc/svggradientstopnode.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/inc/svggradientstopnode.hxx b/svgio/inc/svggradientstopnode.hxx index 00b33d6accbe..89f519b59a6e 100644 --- a/svgio/inc/svggradientstopnode.hxx +++ b/svgio/inc/svggradientstopnode.hxx @@ -47,7 +47,6 @@ namespace svgio /// offset content const SvgNumber& getOffset() const { return maOffset; } - void setOffset(const SvgNumber& rOffset) { maOffset = rOffset; } }; } // end of namespace svgreader } // end of namespace svgio |