summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-08 13:59:33 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:32 +0200
commit60dddd2012b759397c8ddd008f7d4bf65867e7a4 (patch)
tree80b6161b952f9d5cf6fd05080a390e22ca38916f /include/svtools/treelistbox.hxx
parent90ed68e732b5ae644f865d40129b34745a1bc426 (diff)
convert include/svtools/transfer.hxx from String to OUString
Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a
Diffstat (limited to 'include/svtools/treelistbox.hxx')
-rw-r--r--include/svtools/treelistbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 1712e5662d62..4c767df789fa 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -125,7 +125,6 @@ public:
void SetPos( long nNewPos) { nPos = nNewPos; }
long GetPos() const { return nPos; }
long CalcOffset( long nItemLength, long nTabWidth );
- // long CalcOffset( const String&, const OutputDevice& );
sal_Bool IsEditable() const { return (sal_Bool)((nFlags & SV_LBOXTAB_EDITABLE)!=0); }
sal_Bool IsPushable() const { return (sal_Bool)((nFlags & SV_LBOXTAB_PUSHABLE)!=0); }
};