summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-21 14:46:13 +0200
committerNoel Grandin <noel@peralex.com>2015-10-21 15:10:24 +0200
commita673713bb35321eaef7ce9f35f5407e0174b664e (patch)
treef07eb91f33f15ddf32849b057f7844966438bac7 /fpicker/source/aqua
parentddee0e30ec93da3b842ee6822980b0a99fa206ce (diff)
more removal of com::sun::star typedefs
Change-Id: Ia73f1b4f1dcfa3f0936359e744afe76e02dcd2eb
Diffstat (limited to 'fpicker/source/aqua')
-rw-r--r--fpicker/source/aqua/FilterHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/FilterHelper.hxx b/fpicker/source/aqua/FilterHelper.hxx
index a11a28155e61..0d465b60266e 100644
--- a/fpicker/source/aqua/FilterHelper.hxx
+++ b/fpicker/source/aqua/FilterHelper.hxx
@@ -42,7 +42,7 @@ typedef ::std::list<OUString> OUStringList;
struct FilterEntry
{
protected:
- OUString m_sTitle;
+ OUString m_sTitle;
OUStringList m_sFilterSuffixList;
UnoFilterList m_aSubFilters;