summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/swmodule.cxx
diff options
context:
space:
mode:
authorPhil Bordelon <phil@thenexusproject.org>2010-10-01 11:23:48 -0500
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-01 22:10:58 +0200
commitb9010d2ff120c27655765cc8cf5a64ab8357e850 (patch)
treebf377c00b0c88d945f46929270533405ded5f0f2 /sw/source/ui/app/swmodule.cxx
parentede5f05cbae3048a268f1ceca07a7029fda8a1f1 (diff)
Clean out dead code and comments from ui/app
This patch removes a bunch of commented-out code and content-free comments from Writer's ui/app code. Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
Diffstat (limited to 'sw/source/ui/app/swmodule.cxx')
-rw-r--r--sw/source/ui/app/swmodule.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index c6895b3f1a4e..08fde4324868 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -149,7 +149,6 @@
#include <barcfg.hxx>
#endif
#include <svx/rubydialog.hxx>
-// OD 14.02.2003 #107424#
#include <svtools/colorcfg.hxx>
#include <editeng/acorrcfg.hxx>
@@ -394,7 +393,6 @@ void SwDLL::RegisterControls()
SvxLineEndToolBoxControl::RegisterControl(SID_ATTR_LINEEND_STYLE, pMod );
SvxFontNameToolBoxControl::RegisterControl(SID_ATTR_CHAR_FONT, pMod );
-// SvxFontHeightToolBoxControl::RegisterControl(SID_ATTR_CHAR_FONTHEIGHT, pMod );
SvxFontColorToolBoxControl::RegisterControl(SID_ATTR_CHAR_COLOR, pMod );
SvxFontColorExtToolBoxControl::RegisterControl(SID_ATTR_CHAR_COLOR2, pMod );
SvxFontColorExtToolBoxControl::RegisterControl(SID_ATTR_CHAR_COLOR_BACKGROUND, pMod );
@@ -441,7 +439,6 @@ void SwDLL::RegisterControls()
SwRedlineAcceptChild::RegisterChildWindow( sal_False, pMod );
SwSyncChildWin::RegisterChildWindow( sal_True, pMod );
SwMailMergeChildWindow::RegisterChildWindow( sal_False, pMod );
-// SwSendMailChildWindow::RegisterChildWindow( sal_False, pMod );
SwInsertIdxMarkWrapper::RegisterChildWindow( sal_False, pMod );
SwInsertAuthMarkWrapper::RegisterChildWindow( sal_False, pMod );
SvxRubyChildWindow::RegisterChildWindow( sal_False, pMod);
@@ -481,18 +478,13 @@ void SwDLL::RegisterControls()
|*
\************************************************************************/
-/* -----------------20.04.99 10:46-------------------
- *
- * --------------------------------------------------*/
void SwModule::InitAttrPool()
{
DBG_ASSERT(!pAttrPool, "Pool ist schon da!");
pAttrPool = new SwAttrPool(0);
SetPool(pAttrPool);
}
-/* -----------------20.04.99 10:46-------------------
- *
- * --------------------------------------------------*/
+
void SwModule::RemoveAttrPool()
{
SetPool(0);