summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.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/queryparam.hxx
parentUpd vlc library directory for Mac OS (diff)
downloadcore-91859ae19ca1a9793b8553e120683393f584dfb1.tar.gz
core-91859ae19ca1a9793b8553e120683393f584dfb1.zip
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/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 0d814cd0d9b5..ad311ffc6982 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -66,8 +66,6 @@ protected:
EntriesType maEntries;
};
-// ============================================================================
-
struct ScQueryParamTable
{
SCCOL nCol1;
@@ -81,8 +79,6 @@ struct ScQueryParamTable
virtual ~ScQueryParamTable();
};
-// ============================================================================
-
struct SC_DLLPUBLIC ScQueryParam : public ScQueryParamBase, public ScQueryParamTable
{
bool bDestPers; // not saved
@@ -102,8 +98,6 @@ struct SC_DLLPUBLIC ScQueryParam : public ScQueryParamBase, public ScQueryParamT
void MoveToDest();
};
-// ============================================================================
-
struct ScDBQueryParamBase : public ScQueryParamBase
{
enum DataType { INTERNAL, MATRIX };
@@ -124,8 +118,6 @@ private:
DataType meType;
};
-// ============================================================================
-
struct ScDBQueryParamInternal : public ScDBQueryParamBase, public ScQueryParamTable
{
ScDBQueryParamInternal();
@@ -134,8 +126,6 @@ struct ScDBQueryParamInternal : public ScDBQueryParamBase, public ScQueryParamTa
virtual bool IsValidFieldIndex() const;
};
-// ============================================================================
-
struct ScDBQueryParamMatrix : public ScDBQueryParamBase
{
ScMatrixRef mpMatrix;