summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-02 20:17:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-03 10:31:49 +0200
commit602c6097850d6d659b760bdb0dd83baa906d416c (patch)
tree2c2b6ba0fdfd17825774dbe27bb267159a5c6b26 /sw/source/uibase/dochdl/swdtflvr.cxx
parenteced5a20b5db1364aa9feb50dfc8e55b34324b9e (diff)
Fix typos
Change-Id: I71bacf86938af2b89a706c435c4f72a194ec8343 Reviewed-on: https://gerrit.libreoffice.org/78417 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index a786c4e352b3..638aad59630c 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -2226,7 +2226,7 @@ bool SwTransferable::PasteTargetURL( TransferableDataHelper& rData,
OUString sURL( aINetImg.GetImageURL() );
SwTransferable::CheckForURLOrLNKFile( rData, sURL );
- //!!! check at FileSystem - only then it make sense to test graphics !!!
+ //!!! check at FileSystem - only then it makes sense to test graphics !!!
Graphic aGraphic;
GraphicFilter &rFlt = GraphicFilter::GetGraphicFilter();
bRet = ERRCODE_NONE == GraphicFilter::LoadGraphic(sURL, OUString(), aGraphic, &rFlt);