summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/fixed.cxx')
-rw-r--r--vcl/source/control/fixed.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index a0d3da11eccd..0dc4705428ce 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -225,7 +225,7 @@ void FixedText::ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
nTextStyle |= TEXT_DRAW_MONO;
if( bFillLayout )
- mpControlData->mpLayoutData->m_aDisplayText = OUString();
+ (mpControlData->mpLayoutData->m_aDisplayText).clear();
Rectangle aRect( Rectangle( aPos, rSize ) );
DrawControlText( *pDev, aRect, aText, nTextStyle,
2016-10-03Fix typosAndrea Gelmini 2016-05-22Access2Base - Long binary and char fields in database functionsJean-Pierre Ledure 2016-05-16Access2Base - CopyObject method extended to MySql and SqliteJean-Pierre Ledure 2016-05-10Fix typosAndrea Gelmini 2016-05-05Access2Base - DLookup function works now correctly with MySql and SqliteJean-Pierre Ledure 2016-04-30Fix typosAndrea Gelmini 2016-03-28Access2Base - add Picture property to Control objectJean-Pierre Ledure 2016-03-27Access2Base - GetChunk - tests of BLOB field typeJean-Pierre Ledure 2016-03-12Access2Base - Correct error message and other typo'sJean-Pierre Ledure 2016-03-12Typo: documet->documentJulien Nabet 2016-02-03Access2Base - Wider database supportJean-Pierre Ledure 2016-01-10Fix typosAndrea Gelmini 2015-12-23Access2Base - Support of Hsqldb 2.3Jean-Pierre Ledure 2015-12-13Access2Base - OutputTo action more conciseJean-Pierre Ledure 2015-12-13Access2Base - OutputTo action - support encoding in csv filesJean-Pierre Ledure 2015-12-12Access2Base - More coherent use of the acUTF8Encoding constantJean-Pierre Ledure 2015-12-12Access2Base - Add default FilterOptions string in Calc export to csvJean-Pierre Ledure 2015-12-08Access2Base - DoCmd.OutputTo applicable to Calc, Excel and Text/csv formatsJean-Pierre Ledure 2015-12-08Access2Base - Dynamic combo list in PromptFormat()Jean-Pierre Ledure 2015-12-06Access2Base - First steps OutPutTo calc and csvJean-Pierre Ledure 2015-12-06Access2Base - Option Explicit in UtilProperty moduleJean-Pierre Ledure 2015-12-05Access2Base - OutputTo binary fields as null fieldsJean-Pierre Ledure 2015-12-05Access2Base - OutputTo HTMLJean-Pierre Ledure 2015-11-29Access2Base - OpenQuery for action queriesJean-Pierre Ledure 2015-11-28Access2Base - OutputTo / html Add suffix default value in file pickerJean-Pierre Ledure 2015-11-22Access2Base - OutputStringToHTML reviewJean-Pierre Ledure 2015-11-15Access2Base - Return null values correctly in Recordset.GetRows methodJean-Pierre Ledure 2015-11-11Access2Base - Implements OutputTo table/query in HTML formatJean-Pierre Ledure 2015-11-10Resolves: #i56289# no GROUP BY - COUNT from wizardDamjan Jovanovic