diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:45:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:14:09 +0000 |
commit | bee1cc83ec4b8a246017a823305fd5d20869bce3 (patch) | |
tree | 398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/misc/imagemgr.cxx | |
parent | 614e1a6cf8839344755ea8d5227561f75772aa2a (diff) |
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
Reviewed-on: https://gerrit.libreoffice.org/8320
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/misc/imagemgr.cxx')
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 767344f8d8b4..800ca8a2585c 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -193,7 +193,7 @@ static SvtFactory2ExtensionMapping_Impl const Fac2ExtMap_Impl[] = { NULL, NULL } }; -//**************************************************************************** + static OUString GetImageExtensionByFactory_Impl( const OUString& rURL ) { @@ -346,7 +346,7 @@ static sal_uInt16 GetFolderImageId_Impl( const OUString& rURL ) } catch( const ::com::sun::star::uno::Exception& ) { - // ... + } return nRet; } @@ -472,7 +472,7 @@ static sal_uInt16 GetFolderDescriptionId_Impl( const OUString& rURL ) } catch( const ::com::sun::star::uno::Exception& ) { - // ... + } return nRet; } |