summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbafiledialogitems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbafiledialogitems.cxx')
-rw-r--r--sc/source/ui/vba/vbafiledialogitems.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbafiledialogitems.cxx b/sc/source/ui/vba/vbafiledialogitems.cxx
index 66d6ea976b2a..14c7853ee178 100644
--- a/sc/source/ui/vba/vbafiledialogitems.cxx
+++ b/sc/source/ui/vba/vbafiledialogitems.cxx
@@ -21,6 +21,8 @@
using namespace ::com::sun::star;
using namespace ::ooo::vba;
+namespace {
+
class FileDialogItemEnumeration : public ::cppu::WeakImplHelper< container::XEnumeration >
{
std::vector< OUString > m_sItems;
@@ -40,6 +42,8 @@ public:
}
};
+}
+
ScVbaFileDialogSelectedItems::ScVbaFileDialogSelectedItems(
const css::uno::Reference< ov::XHelperInterface >& xParent
,const css::uno::Reference< css::uno::XComponentContext >& xContext