summaryrefslogtreecommitdiff
path: root/include/unotools/mediadescriptor.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
commit49ccde0d3d3edaac9473f915011a501058e64002 (patch)
tree1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/mediadescriptor.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/mediadescriptor.hxx')
-rw-r--r--include/unotools/mediadescriptor.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index d3f2003914a5..320e93f380c2 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -50,7 +50,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
{
public:
-
/** @short these methods can be used to get the different property names
as static const OUString values.
@@ -100,7 +99,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
static const OUString& PROP_VIEWONLY();
static const OUString& PROP_DOCUMENTBASEURL();
-
// interface
public:
@@ -113,7 +111,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
MediaDescriptor();
MediaDescriptor(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lSource);
-
/** @short it checks if the descriptor already has a valid
InputStream item and creates a new one, if not.
@@ -131,7 +128,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
*/
bool addInputStream();
-
/** @short it checks if the descriptor already has a valid
InputStream item and creates a new one, if not.
@@ -150,7 +146,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
*/
bool addInputStreamOwnLock();
-
/** @short it checks if the descriptor describes a readonly stream.
@descr The descriptor itself isnt changed doing so.
@@ -170,7 +165,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
*/
bool isStreamReadOnly() const;
-
/** Returns a value from the sequence contained in the property
'ComponentData' of this media descriptor.
@@ -185,7 +179,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
::com::sun::star::uno::Any getComponentDataEntry(
const OUString& rName ) const;
-
/** Inserts a value into the sequence contained in the property
'ComponentData' of the media descriptor.
@@ -205,7 +198,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
const OUString& rName,
const ::com::sun::star::uno::Any& rValue );
-
/** Removes a value from the sequence contained in the property
'ComponentData' of the media descriptor.
@@ -265,11 +257,9 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
comphelper::DocPasswordRequestType eRequestType,
const ::std::vector< OUString >* pDefaultPasswords = 0 );
-
// helper
private:
-
/** @short tries to open a stream by using the given PostData stream.
@descr The stream is used directly ...
@@ -293,7 +283,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& _rxPostData
) throw(::com::sun::star::uno::RuntimeException);
-
/** @short tries to open a stream by using the given URL.
@descr First it tries to open the content in r/w mode (if its
@@ -320,7 +309,6 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
bool bLockFile
) throw(::com::sun::star::uno::RuntimeException);
-
/** @short it checks if the descriptor already has a valid
InputStream item and creates a new one, if not.