summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /include/osl
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.hxx5
-rw-r--r--include/osl/socket.hxx1
-rw-r--r--include/osl/socket_decl.hxx1
3 files changed, 0 insertions, 7 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 7e09e9052c9d..952e53a0d777 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -41,7 +41,6 @@ namespace osl
{
-
/** Base class for all File System specific objects.
@see Directory
@@ -322,7 +321,6 @@ public:
};
-
/** The VolumeDevice class.
@see VolumeInfo
@@ -400,7 +398,6 @@ public:
};
-
class Directory;
/** The VolumeInfo class.
@@ -897,7 +894,6 @@ public:
};
-
/** The file class object provides access to file contents and attributes.
@see Directory
@@ -1605,7 +1601,6 @@ public:
};
-
/** Base class for observers of directory creation notifications.
Clients which uses the method createDirectoryPath of the class
diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 380ef3f840c3..b4012cca76f8 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -437,7 +437,6 @@ namespace osl
}
-
inline sal_Int32 StreamSocket::recv(void* pBuffer,
sal_uInt32 BytesToRead,
oslSocketMsgFlag Flag)
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index facad546ba4a..1913956da191 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -651,7 +651,6 @@ namespace osl
};
-
/** A connectionless socket to send and receive datagrams.
*/
class DatagramSocket : public Socket