summaryrefslogtreecommitdiff
path: root/oox/source/ole/axcontrolfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/axcontrolfragment.cxx')
-rw-r--r--oox/source/ole/axcontrolfragment.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/ole/axcontrolfragment.cxx b/oox/source/ole/axcontrolfragment.cxx
index 6704eff5f4ce..9f4d81267997 100644
--- a/oox/source/ole/axcontrolfragment.cxx
+++ b/oox/source/ole/axcontrolfragment.cxx
@@ -29,8 +29,6 @@
namespace oox {
namespace ole {
-
-
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
@@ -39,8 +37,6 @@ using ::oox::core::ContextHandlerRef;
using ::oox::core::FragmentHandler2;
using ::oox::core::XmlFilterBase;
-
-
AxControlPropertyContext::AxControlPropertyContext( FragmentHandler2& rFragment, ControlModelBase& rModel ) :
ContextHandler2( rFragment ),
mrModel( rModel ),
@@ -84,8 +80,6 @@ ContextHandlerRef AxControlPropertyContext::onCreateContext( sal_Int32 nElement,
return 0;
}
-
-
AxControlFragment::AxControlFragment( XmlFilterBase& rFilter, const OUString& rFragmentPath, EmbeddedControl& rControl ) :
FragmentHandler2( rFilter, rFragmentPath, true ),
mrControl( rControl )
@@ -145,8 +139,6 @@ ContextHandlerRef AxControlFragment::onCreateContext( sal_Int32 nElement, const
return 0;
}
-
-
} // namespace ole
} // namespace oox