diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-04 12:47:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-04 12:47:39 +0200 |
commit | f927cf4d23432341921c55e6983edf9c8ebe7ff7 (patch) | |
tree | 494c7f6547456c7e015c6a3e97f24e9925593668 /sw/source/uibase/uiview/srcview.cxx | |
parent | a66c83d90cdfb8714ef9096d60a60ae807812063 (diff) |
loplugin:stringconstant
Change-Id: Ic135382652966e80c288f3407508bdaf0c60316e
Diffstat (limited to 'sw/source/uibase/uiview/srcview.cxx')
-rw-r--r-- | sw/source/uibase/uiview/srcview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 259d8ec9aabf..fe991822fab2 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -319,7 +319,7 @@ void SwSrcView::Execute(SfxRequest& rReq) { // filter not found OUString sHtml("HTML"); - xFltMgr->appendFilter( sHtml, OUString("*.html;*.htm") ); + xFltMgr->appendFilter( sHtml, "*.html;*.htm" ); xFltMgr->setCurrentFilter( sHtml ) ; } |