summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/dxf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/stylesheet/dxf.rb')
-rw-r--r--lib/axlsx/stylesheet/dxf.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/axlsx/stylesheet/dxf.rb b/lib/axlsx/stylesheet/dxf.rb
index b5423b2a..637e3d54 100644
--- a/lib/axlsx/stylesheet/dxf.rb
+++ b/lib/axlsx/stylesheet/dxf.rb
@@ -2,7 +2,6 @@ module Axlsx
# The Dxf class defines an incremental formatting record for use in Styles. The recommended way to manage styles for your workbook is with Styles#add_style
# @see Styles#add_style
class Dxf
-
include Axlsx::OptionsParser
# The order in which the child elements is put in the XML seems to
@@ -72,7 +71,5 @@ module Axlsx
end
str << '</dxf>'
end
-
end
-
end