summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-12 19:58:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-13 10:39:51 +0100
commitcbdc446e6f49ee0968f3c0765b3349f5e681018b (patch)
tree4c81b4539405f826591a55a1e1802892a4db376b /dbaccess
parentMake Converter service new-style, for easier use (diff)
downloadcore-cbdc446e6f49ee0968f3c0765b3349f5e681018b.tar.gz
core-cbdc446e6f49ee0968f3c0765b3349f5e681018b.zip
Clean up ODocumentInfoPreview
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx2
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);