diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-12 19:58:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-13 10:39:51 +0100 |
commit | cbdc446e6f49ee0968f3c0765b3349f5e681018b (patch) | |
tree | 4c81b4539405f826591a55a1e1802892a4db376b /dbaccess | |
parent | 3f89190894b056639e9a323ebffe7a2e20ad4dc4 (diff) |
Clean up ODocumentInfoPreview
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index 758ca7247b76..dcbf274faf18 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -1116,7 +1116,7 @@ void OAppDetailPageHelper::showPreview(const Reference< XContent >& _xContent) else { m_aPreview.Hide(); - m_aDocumentInfo.Clear(); + m_aDocumentInfo.clear(); m_aDocumentInfo.Show(); Reference<document::XDocumentProperties> xProp( aPreview, UNO_QUERY); |