summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-13 02:10:58 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-13 02:10:58 -0400
commit18d6092b76696148e0f435af98c83a9e63aaa466 (patch)
treeca3c5d9a2ddfa55ff2acf18d2177c348577a689a /sc/inc
parent2c2ea10d446b32d24f6268116093969b454f47b8 (diff)
Silly indentation errors, remove friend statement, bool over sal_Bool.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dbcolect.hxx2
-rw-r--r--sc/inc/table.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx
index 937dcfc89f0c..8f26f667f5f8 100644
--- a/sc/inc/dbcolect.hxx
+++ b/sc/inc/dbcolect.hxx
@@ -44,7 +44,6 @@ class ScDocument;
class ScDBData : public ScDataObject, public ScRefreshTimer
{
-friend class ScDBCollection;
private:
// DBParam
String aName;
@@ -123,6 +122,7 @@ public:
bool operator== (const ScDBData& rData) const;
+ SCTAB GetTable() const;
const String& GetName() const { return aName; }
void GetName(String& rName) const { rName = aName; }
void SetName(const String& rName) { aName = rName; }
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 634acac0be6c..5e22e5b1c9b8 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -690,7 +690,7 @@ public:
/// @return the index of the last changed row (flags and row height, auto pagebreak is ignored).
SCROW GetLastChangedRow() const;
- sal_Bool IsDataFiltered() const;
+ bool IsDataFiltered() const;
sal_uInt8 GetColFlags( SCCOL nCol ) const;
sal_uInt8 GetRowFlags( SCROW nRow ) const;