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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index bdacb8930955..72adc999f1f1 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -82,7 +82,7 @@ namespace frm
Reference< XImageManager > m_xModuleImageManager;
};
- //--------------------------------------------------------------------
+
void DocumentCommandImageProvider::impl_init_nothrow( const Reference<XComponentContext>& _rContext, const Reference< XModel >& _rxDocument )
{
OSL_ENSURE( _rxDocument.is(), "DocumentCommandImageProvider::impl_init_nothrow: no document => no images!" );
@@ -119,7 +119,7 @@ namespace frm
}
}
- //--------------------------------------------------------------------
+
CommandImages DocumentCommandImageProvider::getCommandImages( const CommandURLs& _rCommandURLs, const bool _bLarge ) const
{
const size_t nCommandCount = _rCommandURLs.getLength();
@@ -158,7 +158,7 @@ namespace frm
return aImages;
}
- //--------------------------------------------------------------------
+
PCommandImageProvider createDocumentCommandImageProvider(
const Reference<XComponentContext>& _rContext, const Reference< XModel >& _rxDocument )
{