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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index 72adc999f1f1..71a1fab71e3c 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -28,10 +28,10 @@
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -57,9 +57,9 @@ namespace frm
namespace ImageType = ::com::sun::star::ui::ImageType;
- //====================================================================
+
//= DocumentCommandImageProvider
- //====================================================================
+
class DocumentCommandImageProvider : public ICommandImageProvider
{
public:
@@ -166,8 +166,8 @@ namespace frm
return pImageProvider;
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */