diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 11:59:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 13:17:28 +0100 |
commit | 69c842a4f3cd274c62b0539eb2bcbd3c0cc8879c (patch) | |
tree | ec69b6d52884d0f10e56677a18ffa074cb34a3c6 /include/svx/rulritem.hxx | |
parent | 5089bdb234a93bcb62b597c18b8ab66048246b13 (diff) |
update unusedcode list
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
Diffstat (limited to 'include/svx/rulritem.hxx')
-rw-r--r-- | include/svx/rulritem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/rulritem.hxx b/include/svx/rulritem.hxx index 94ff94ddaa84..1120b09dabdf 100644 --- a/include/svx/rulritem.hxx +++ b/include/svx/rulritem.hxx @@ -194,9 +194,7 @@ public: void Append(const SvxColumnDescription& rDesc); void SetLeft(long aLeft); void SetRight(long aRight); - void SetActColumn(sal_uInt16 nCol); sal_uInt16 GetActColumn() const; - sal_uInt16 GetColumnDescription() const; sal_Bool IsFirstAct() const; sal_Bool IsLastAct() const; long GetLeft(); @@ -204,7 +202,6 @@ public: sal_Bool IsTable() const; sal_Bool CalcOrtho() const; void SetOrtho(sal_Bool bVal); - sal_Bool IsOrtho () const; sal_Bool IsConsistent() const; }; |