summaryrefslogtreecommitdiff
path: root/forms/source/inc/commanddescriptionprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/commanddescriptionprovider.hxx')
-rw-r--r--forms/source/inc/commanddescriptionprovider.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/inc/commanddescriptionprovider.hxx b/forms/source/inc/commanddescriptionprovider.hxx
index 9ece1a93190d..8369e1816b1a 100644
--- a/forms/source/inc/commanddescriptionprovider.hxx
+++ b/forms/source/inc/commanddescriptionprovider.hxx
@@ -25,14 +25,14 @@
#include <boost/shared_ptr.hpp>
-//........................................................................
+
namespace frm
{
-//........................................................................
- //====================================================================
+
+
//= ICommandDescriptionProvider
- //====================================================================
+
class SAL_NO_VTABLE ICommandDescriptionProvider
{
public:
@@ -43,18 +43,18 @@ namespace frm
typedef ::boost::shared_ptr< const ICommandDescriptionProvider > PCommandDescriptionProvider;
- //=====================================================================
+
//= factory
- //=====================================================================
+
PCommandDescriptionProvider
createDocumentCommandDescriptionProvider(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocument
);
-//........................................................................
+
} // namespace frm
-//........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_COMMANDDESCRIPTIONPROVIDER_HXX