summaryrefslogtreecommitdiff
path: root/forms/source/inc/commandimageprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/commandimageprovider.hxx')
-rw-r--r--forms/source/inc/commandimageprovider.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/inc/commandimageprovider.hxx b/forms/source/inc/commandimageprovider.hxx
index d50f60af298e..9c7107b5e611 100644
--- a/forms/source/inc/commandimageprovider.hxx
+++ b/forms/source/inc/commandimageprovider.hxx
@@ -27,14 +27,14 @@
#include <boost/shared_ptr.hpp>
-//........................................................................
+
namespace frm
{
-//........................................................................
- //=====================================================================
+
+
//= ICommandImageProvider
- //=====================================================================
+
typedef OUString CommandURL;
typedef ::com::sun::star::uno::Sequence< CommandURL > CommandURLs;
typedef ::std::vector< Image > CommandImages;
@@ -52,18 +52,18 @@ namespace frm
typedef ::boost::shared_ptr< const ICommandImageProvider > PCommandImageProvider;
- //=====================================================================
+
//= factory
- //=====================================================================
+
PCommandImageProvider
createDocumentCommandImageProvider(
const css::uno::Reference<css::uno::XComponentContext>& _rContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocument
);
-//........................................................................
+
} // namespace frm
-//........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_COMMANDIMAGEPROVIDER_HXX