summaryrefslogtreecommitdiff
path: root/forms/source/helper/commanddescriptionprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/commanddescriptionprovider.cxx')
-rw-r--r--forms/source/helper/commanddescriptionprovider.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/helper/commanddescriptionprovider.cxx b/forms/source/helper/commanddescriptionprovider.cxx
index fec8c7230234..b588bd8bef26 100644
--- a/forms/source/helper/commanddescriptionprovider.cxx
+++ b/forms/source/helper/commanddescriptionprovider.cxx
@@ -28,10 +28,10 @@
#include <comphelper/namedvaluecollection.hxx>
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -52,9 +52,9 @@ namespace frm
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::frame::theUICommandDescription;
- //====================================================================
+
//= DefaultCommandDescriptionProvider
- //====================================================================
+
class DefaultCommandDescriptionProvider : public ICommandDescriptionProvider
{
public:
@@ -126,8 +126,8 @@ namespace frm
return pDescriptionProvider;
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */