diff options
Diffstat (limited to 'cui/source/tabpages/autocdlg.cxx')
-rw-r--r-- | cui/source/tabpages/autocdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 849faa8b8006..95ecf0505770 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -2313,7 +2313,7 @@ void OfaAutoCompleteTabPage::CopyToClipboard() const nEncode)); sData.append(aLineEnd); } - pCntnr->CopyByteString( SOT_FORMAT_STRING, sData.makeStringAndClear() ); + pCntnr->CopyByteString( SotClipboardFormatId::STRING, sData.makeStringAndClear() ); pCntnr->CopyToClipboard( (vcl::Window*)this ); } } |