summaryrefslogtreecommitdiff
path: root/sc/inc/convuno.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-31 18:07:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-31 20:03:07 +0000
commit91859ae19ca1a9793b8553e120683393f584dfb1 (patch)
tree79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/convuno.hxx
parentdbd0a194a78bcf5588f19d25ddecad0804d86c37 (diff)
fdo#62475 removed pointless comments
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sc/inc/convuno.hxx')
-rw-r--r--sc/inc/convuno.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/convuno.hxx b/sc/inc/convuno.hxx
index 3106d18ac0a1..b30067b6f231 100644
--- a/sc/inc/convuno.hxx
+++ b/sc/inc/convuno.hxx
@@ -28,7 +28,6 @@
#include "global.hxx"
#include "address.hxx"
-
class ScUnoConversion
{
public:
@@ -78,7 +77,6 @@ public:
const ::com::sun::star::table::CellRangeAddress& rApiInner );
};
-
inline void ScUnoConversion::FillScAddress(
ScAddress& rScAddress,
const ::com::sun::star::table::CellAddress& rApiAddress )
@@ -168,8 +166,6 @@ inline bool ScUnoConversion::Contains(
(rApiOuter.StartRow <= rApiInner.StartRow) && (rApiInner.EndRow <= rApiOuter.EndRow);
}
-//___________________________________________________________________
-
inline sal_Bool operator==(
const ::com::sun::star::table::CellAddress& rApiAddress1,
const ::com::sun::star::table::CellAddress& rApiAddress2 )