summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-22 12:47:20 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-22 12:47:20 +0100
commit9c87b8db8993212fe755a534f6e4d8966735338f (patch)
tree2f086d8cd43e07c71d2fe08800305c6e2e9c4464 /reportdesign
parent9589135c0d1a0ddcd28497e082d2e9f4f59d63fb (diff)
dba33f: #i108548# handle Label property from parse column and rowsetcolumn
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/FormattedFieldBeautifier.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/FormattedFieldBeautifier.cxx b/reportdesign/source/ui/report/FormattedFieldBeautifier.cxx
index 3ee02b45ebf4..f50ca36bcd4d 100644
--- a/reportdesign/source/ui/report/FormattedFieldBeautifier.cxx
+++ b/reportdesign/source/ui/report/FormattedFieldBeautifier.cxx
@@ -107,7 +107,8 @@ namespace rptui
}
}
- setPlaceholderText( getVclWindowPeer( xComponent ), sDataField );
+ if ( xComponent.is() )
+ setPlaceholderText( getVclWindowPeer( xComponent ), sDataField );
}
catch (uno::Exception)
{