diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-14 17:51:24 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-14 18:16:06 +0200 |
commit | 533add1c73b7d8cd6aa43c942821daf3f529df75 (patch) | |
tree | c4c971eae83ecc748c5853c70fe75ec814e10dfd /sc | |
parent | 153fad53d04729432408f2eeba80c84f7531049e (diff) |
remove unused empty struct
Change-Id: Ic9e2a947805f4aad987160c52ffb5ecf4a7cb54b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xestyle.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx index 53967876efd6..f17e9dacbfc8 100644 --- a/sc/source/filter/inc/xestyle.hxx +++ b/sc/source/filter/inc/xestyle.hxx @@ -691,10 +691,6 @@ private: }; -struct XclDxfStyle -{ -}; - class XclExpDxf : public XclExpRecordBase, protected XclExpRoot { public: |