diff options
Diffstat (limited to 'sfx2/workben/custompanel')
-rw-r--r-- | sfx2/workben/custompanel/ctp_factory.cxx | 2 | ||||
-rw-r--r-- | sfx2/workben/custompanel/ctp_panel.cxx | 3 | ||||
-rw-r--r-- | sfx2/workben/custompanel/ctp_services.cxx | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/sfx2/workben/custompanel/ctp_factory.cxx b/sfx2/workben/custompanel/ctp_factory.cxx index db1d0d809fc8..185862030ff6 100644 --- a/sfx2/workben/custompanel/ctp_factory.cxx +++ b/sfx2/workben/custompanel/ctp_factory.cxx @@ -30,7 +30,6 @@ namespace sd { namespace colortoolpanel { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -50,7 +49,6 @@ namespace sd { namespace colortoolpanel using ::com::sun::star::beans::PropertyValue; using ::com::sun::star::container::NoSuchElementException; using ::com::sun::star::awt::XWindow; - /** === end UNO using === **/ //================================================================================================================== //= ToolPanelFactory diff --git a/sfx2/workben/custompanel/ctp_panel.cxx b/sfx2/workben/custompanel/ctp_panel.cxx index c7a0587cb50d..34c4a6c7d237 100644 --- a/sfx2/workben/custompanel/ctp_panel.cxx +++ b/sfx2/workben/custompanel/ctp_panel.cxx @@ -37,7 +37,6 @@ namespace sd { namespace colortoolpanel { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -64,7 +63,7 @@ namespace sd { namespace colortoolpanel using ::com::sun::star::awt::XGraphics; using ::com::sun::star::accessibility::XAccessible; using ::com::sun::star::frame::XFrame; - /** === end UNO using === **/ + namespace WindowAttribute = ::com::sun::star::awt::WindowAttribute; namespace PosSize = ::com::sun::star::awt::PosSize; namespace UIElementType = ::com::sun::star::ui::UIElementType; diff --git a/sfx2/workben/custompanel/ctp_services.cxx b/sfx2/workben/custompanel/ctp_services.cxx index 37833d3f7976..26bacd3bc603 100644 --- a/sfx2/workben/custompanel/ctp_services.cxx +++ b/sfx2/workben/custompanel/ctp_services.cxx @@ -26,7 +26,6 @@ namespace sd { namespace colortoolpanel { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -38,7 +37,6 @@ namespace sd { namespace colortoolpanel using ::com::sun::star::uno::makeAny; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Type; - /** === end UNO using === **/ //================================================================================================================== //= descriptors for the services implemented in this component |