diff options
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r-- | include/svtools/fileview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 09affbebaf75..6bb64157d74b 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -92,7 +92,6 @@ public: void SetSizePixel( const Size& rNewSize ) SAL_OVERRIDE; virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) SAL_OVERRIDE; void SetSortColumn( bool bValue ) { bSortColumn = bValue; } - bool GetSortColumn() { return bSortColumn; } /** initialize the view with the content of a folder given by URL, and apply an immediate filter |