diff options
Diffstat (limited to 'xmloff/source/draw/QRCodeContext.cxx')
-rw-r--r-- | xmloff/source/draw/QRCodeContext.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/draw/QRCodeContext.cxx b/xmloff/source/draw/QRCodeContext.cxx index 597838f78cad..06477be637e0 100644 --- a/xmloff/source/draw/QRCodeContext.cxx +++ b/xmloff/source/draw/QRCodeContext.cxx @@ -10,17 +10,13 @@ #include "QRCodeContext.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/drawing/BarCode.hpp> #include <com/sun/star/drawing/BarCodeErrorCorrection.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/namespacemap.hxx> #include <sax/tools/converter.hxx> #include <rtl/ustring.hxx> @@ -29,9 +25,6 @@ using namespace css; using namespace css::xml::sax; using namespace css::uno; using namespace css::drawing; -using namespace css::embed; -using namespace css::frame; -using namespace css::io; using namespace css::graphic; using namespace xmloff::token; |