summaryrefslogtreecommitdiff
path: root/forms/source/helper/commandimageprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/commandimageprovider.cxx')
-rw-r--r--forms/source/helper/commandimageprovider.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index a8b93da01851..88b118ee42e5 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -33,7 +33,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -54,7 +53,7 @@ namespace frm
using ::com::sun::star::frame::ModuleManager;
using ::com::sun::star::frame::XModuleManager2;
using ::com::sun::star::graphic::XGraphic;
- /** === end UNO using === **/
+
namespace ImageType = ::com::sun::star::ui::ImageType;
//====================================================================