diff options
author | August Sodora <augsod@gmail.com> | 2012-01-12 00:04:04 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-12 00:17:08 -0500 |
commit | ba47379b4ac72b830d3d9128ede644cf84bcf55e (patch) | |
tree | 73552add53a782f58c46bf1c101b6b31875bd49d /xmloff/source | |
parent | c68506e02bcab748bbf3f4d0f8143a5b087568b8 (diff) |
Remove unused forward declaration
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index f36bd05816ee..fe01b41e8466 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -41,8 +41,6 @@ #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -class SvStringsDtor; - using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::uno; using namespace ::com::sun::star; |