diff options
Diffstat (limited to 'svx/source/form/fmscriptingenv.cxx')
-rw-r--r-- | svx/source/form/fmscriptingenv.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx index 22d3bf6999f1..26a8ffb14ba9 100644 --- a/svx/source/form/fmscriptingenv.cxx +++ b/svx/source/form/fmscriptingenv.cxx @@ -29,7 +29,6 @@ #include "fmscriptingenv.hxx" #include "svx/fmmodel.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/script/XScriptListener.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> @@ -37,7 +36,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/awt/XControl.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> #include <cppuhelper/implbase1.hxx> |