summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage/xolesimplestorage.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:40:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:12:25 +0000
commit614e1a6cf8839344755ea8d5227561f75772aa2a (patch)
tree6eb7adc0a013ced457f8456be2751e982533b7ca /sot/source/unoolestorage/xolesimplestorage.hxx
parent8e000814efffc504aebb76843ad831ad6b9ee520 (diff)
Remove visual noise from sot
Change-Id: I731691d4cac8567938407a514a25e13b2baa7958 Reviewed-on: https://gerrit.libreoffice.org/8314 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sot/source/unoolestorage/xolesimplestorage.hxx')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index 79251d9fdc3e..49c7bdab4a72 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -78,17 +78,17 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager );
- //____________________________________________________________________________________________________
+
// XInitialization
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments )
throw ( ::com::sun::star::uno::Exception,
::com::sun::star::uno::RuntimeException);
- //____________________________________________________________________________________________________
+
// XNameContainer
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL insertByName( const OUString& aName, const ::com::sun::star::uno::Any& aElement )
throw ( ::com::sun::star::lang::IllegalArgumentException,
@@ -124,9 +124,9 @@ public:
virtual sal_Bool SAL_CALL hasElements()
throw ( ::com::sun::star::uno::RuntimeException );
- //____________________________________________________________________________________________________
+
// XComponent
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL dispose()
throw ( ::com::sun::star::uno::RuntimeException );
@@ -139,9 +139,9 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener )
throw ( ::com::sun::star::uno::RuntimeException );
- //____________________________________________________________________________________________________
+
// XTransactedObject
- //____________________________________________________________________________________________________
+
virtual void SAL_CALL commit()
throw ( ::com::sun::star::io::IOException,
@@ -153,9 +153,9 @@ public:
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException );
- //____________________________________________________________________________________________________
+
// XClassifiedObject
- //____________________________________________________________________________________________________
+
virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL getClassID()
throw ( ::com::sun::star::uno::RuntimeException );
@@ -168,9 +168,9 @@ public:
throw ( ::com::sun::star::lang::NoSupportException,
::com::sun::star::uno::RuntimeException );
- //____________________________________________________________________________________________________
+
// XServiceInfo
- //____________________________________________________________________________________________________
+
virtual OUString SAL_CALL getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException );