diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-22 08:03:02 -0300 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-04-22 16:04:20 +0200 |
commit | ac6c250d9e3e585260102dba791ffdef6d8ee0a5 (patch) | |
tree | f4a1db2db2bc0b9e744c0aaeb024ac8c524cd9b6 /sw/source/ui/shells/frmsh.cxx | |
parent | 63d8c400a545181a4d8afc6c875d3673510b510f (diff) |
left arrow comments removed // <--
Diffstat (limited to 'sw/source/ui/shells/frmsh.cxx')
-rw-r--r-- | sw/source/ui/shells/frmsh.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/shells/frmsh.cxx b/sw/source/ui/shells/frmsh.cxx index 63168e2c8f20..9763e08bdc56 100644 --- a/sw/source/ui/shells/frmsh.cxx +++ b/sw/source/ui/shells/frmsh.cxx @@ -52,7 +52,6 @@ // #i73249# #include <svx/svdview.hxx> #include <vcl/msgbox.hxx> -// <-- #include <doc.hxx> #include <fmturl.hxx> @@ -88,7 +87,6 @@ #include "misc.hrc" // #i73249# #include <svx/dialogs.hrc> -// <-- #include <sfx2/filedlghelper.hxx> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> @@ -773,7 +771,6 @@ void SwFrameShell::Execute(SfxRequest &rReq) } } break; - // <-- default: OSL_ENSURE( !this, "wrong dispatcher" ); return; @@ -1028,7 +1025,6 @@ void SwFrameShell::GetState(SfxItemSet& rSet) } break; - // <-- default: /* do nothing */; break; |