[Libreoffice-commits] .: fpicker/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 17 10:10:51 PDT 2012
fpicker/source/odma/ODMAFilePicker.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b699e5c20577298624dbc86196f6421c386915b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Sep 17 19:10:26 2012 +0200
Missing semicolon
Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf
diff --git a/fpicker/source/odma/ODMAFilePicker.hxx b/fpicker/source/odma/ODMAFilePicker.hxx
index 8ec400a..dee0bdd 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;
More information about the Libreoffice-commits
mailing list