summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-10 14:53:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-10 15:42:53 +0000
commitea1fa6963d1f45130a3dc3d635e5b37120bf364b (patch)
treefaf9361fae977f504e9d4ce795c3f6225bff67fb /sw/inc
parent4e022ca124bbedfc6464f67edd11f3edd51d24e8 (diff)
Remove unused code
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/calbck.hxx1
-rw-r--r--sw/inc/swmodule.hxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 09d6fcbff3ed..e962d568a120 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -179,7 +179,6 @@ public:
void CheckCaching( const sal_uInt16 nWhich );
bool IsLastDepend() { return pRoot && pRoot->IsLast(); }
- int GetClientCount() const;
};
// ----------
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 72f026a0255e..64584f5651f3 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -207,13 +207,9 @@ public:
const Color& GetRedlineMarkColor();
SvxCompareMode GetCompareMode() const;
- void SetCompareMode( SvxCompareMode eMode );
sal_Bool IsUseRsid() const;
- void SetUseRsid( sal_Bool b );
sal_Bool IsIgnorePieces() const;
- void SetIgnorePieces( sal_Bool b );
sal_uInt16 GetPieceLen() const;
- void SetPieceLen( sal_uInt16 nLen );
// Return defined DocStat - WordDelimiter.
const String& GetDocStatWordDelim() const;