summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-07 05:58:21 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-07 06:03:22 +0100
commitaa22ecc606ad927ef18e80488070c523e8dde2b8 (patch)
tree76c5cc8d4c7072e999e3a66f7b5a03f0f2d26271 /sc/inc
parentcc59e69c6f2c95a4434623dfea9ab666de6ebe76 (diff)
forgot to amend these changes to my last commit
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
-rw-r--r--sc/inc/queryparam.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index b98e42884fc2..de903d0d8476 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -829,7 +829,7 @@ public:
bool ExtendMerge( ScRange& rRange, bool bRefresh = false );
bool ExtendTotalMerge( ScRange& rRange ) const;
SC_DLLPUBLIC bool ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow,
- SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
+ SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) const;
SC_DLLPUBLIC bool ExtendOverlapped( ScRange& rRange ) const;
bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 389284099a65..9bf9be1ea054 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -65,7 +65,7 @@ struct ScQueryParamBase
SC_DLLPUBLIC ScQueryEntry& GetEntry(SCSIZE n);
void Resize(size_t nNew);
SC_DLLPUBLIC void DeleteQuery(size_t nPos);
- void FillInExcelSyntax(rtl::OUString& aCellStr, SCSIZE nIndex);
+ void FillInExcelSyntax(const rtl::OUString& aCellStr, SCSIZE nIndex);
protected:
ScQueryParamBase();