diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:37:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:35 +0200 |
commit | 104dd67b96f00c09af866fe4bbbae7b727a80900 (patch) | |
tree | 513c4ad2d0c7f299d5ea7ff07929ef18e5470933 /xmloff | |
parent | 6ca4fee750fb63d029396ff41302c7c885b45353 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ibb7988e0b9a63dc952ebf99463b11a3a5ba42162
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index ccbd622d3785..ae8bf157a49f 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -213,12 +213,6 @@ void exportXFormsModel( SvXMLExport& rExport, // the instance // -static const ExportTable aXFormsInstanceTable[] = -{ - TABLE_ENTRY( "InstanceURL", NONE, SRC, xforms_string ), - TABLE_END -}; - void exportXFormsInstance( SvXMLExport& rExport, const Sequence<PropertyValue>& xInstance ) { |