summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-17 19:10:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-17 19:10:26 +0200
commit1b699e5c20577298624dbc86196f6421c386915b (patch)
tree06e8d5904d602c0b8e6c98a15e2fece7aa23d0a0 /fpicker
parent9057689742c28279bc09844acfd8dbd64d3244d7 (diff)
Missing semicolon
Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/odma/ODMAFilePicker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/odma/ODMAFilePicker.hxx b/fpicker/source/odma/ODMAFilePicker.hxx
index 8ec400a69408..dee0bddacba6 100644
--- a/fpicker/source/odma/ODMAFilePicker.hxx
+++ b/fpicker/source/odma/ODMAFilePicker.hxx
@@ -59,7 +59,7 @@ class ODMAFilePicker :
{
private:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
- m_xContext
+ m_xContext;
sal_Bool m_bUseDMS;
sal_Bool m_bMultiSelectionMode;
rtl::OUString m_aDefaultName;