summaryrefslogtreecommitdiff
path: root/include/svtools/fileview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svtools/fileview.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r--include/svtools/fileview.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 582a39d0ecc2..b8552cce636b 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -64,10 +64,9 @@ struct FileViewAsyncAction
class SVT_DLLPUBLIC SvtFileView : public Control
{
private:
- SvtFileView_Impl* mpImp;
- bool bSortColumn;
-
- ::com::sun::star::uno::Sequence< OUString > mpBlackList;
+ SvtFileView_Impl* mpImp;
+ bool bSortColumn;
+ css::uno::Sequence< OUString > mpBlackList;
DECL_DLLPRIVATE_LINK_TYPED( HeaderSelect_Impl, HeaderBar*, void );
DECL_DLLPRIVATE_LINK_TYPED( HeaderEndDrag_Impl, HeaderBar*, void );
@@ -109,12 +108,12 @@ public:
const OUString& rFolderURL,
const OUString& rFilter,
const FileViewAsyncAction* pAsyncDescriptor,
- const ::com::sun::star::uno::Sequence< OUString >& rBlackList
+ const css::uno::Sequence< OUString >& rBlackList
);
/** initializes the view with the content of a folder given by an UCB content
*/
- bool Initialize( const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent,
+ bool Initialize( const css::uno::Reference< css::ucb::XContent>& _xContent,
const OUString& rFilter );
/** reads the current content of the current folder again, and applies the given filter to it