diff options
author | Alexander O. Anisimov <alenyashka@gmail.com> | 2010-11-08 00:31:55 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2010-11-08 00:31:55 +0100 |
commit | c72cccf568b0acf93512afd7f574e9a70bf1511f (patch) | |
tree | a028f015cb3a05c536fcc0e9448d283f5cf7ca20 /cui/source/factory/dlgfact.cxx | |
parent | 879c25b8e328ebe7e4f3ec20306efe7871d912d6 (diff) |
remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 9d63b96fb1e2..b773e3e79d09 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -1128,7 +1128,7 @@ SfxAbstractTabDialog* AbstractDialogFactory_Impl::CreateTextTabDialog( Window* p return new AbstractTabDialog_Impl( pDlg ); } -//TabDialog that use functionality of the drawing layer and add AnchorTypes -- for SvxCaptionTabDialog CHINA001 +// TabDialog that use functionality of the drawing layer and add AnchorTypes -- for SvxCaptionTabDialog AbstractSvxCaptionDialog* AbstractDialogFactory_Impl::CreateCaptionDialog( Window* pParent, const SdrView* pView, USHORT nAnchorTypes ) |