summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-13 17:39:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 17:39:23 +0100
commitbcf226cbe434992e0b1570719f9e86380a6c7d49 (patch)
tree005e610b7d3ecaec4dd48b988812b52d652c9b1e /sd/source
parentcaec600d2e82b2d003320043a87a0370b2e1daa2 (diff)
Remove bogus comments
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/dlg/PaneChildWindows.cxx2
-rw-r--r--sd/source/ui/func/fudraw.cxx2
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx9
-rw-r--r--sd/source/ui/view/drviewsj.cxx2
4 files changed, 7 insertions, 8 deletions
diff --git a/sd/source/ui/dlg/PaneChildWindows.cxx b/sd/source/ui/dlg/PaneChildWindows.cxx
index ddb86fee797c..2b84bfe34a95 100644
--- a/sd/source/ui/dlg/PaneChildWindows.cxx
+++ b/sd/source/ui/dlg/PaneChildWindows.cxx
@@ -162,7 +162,7 @@ ToolPanelChildWindow::ToolPanelChildWindow( ::Window* i_pParentWindow, USHORT i_
// activates the task pane, so it is really filled with content (in opposite to the other SFX applications, the
// child window registered for SID_TASKPANE is not responsible for its content, but here in SD, it's the ToolPanelViewShell
// which has this responsibility. And this view shell is created implicitly via the resource framework.)
- // #i113788# / 2010-09-03 / frank.schoenheit@oracle.com
+ // #i113788#
SfxDockingWindow* pDockingWindow = dynamic_cast< SfxDockingWindow* >( GetWindow() );
ViewShellBase* pViewShellBase = ViewShellBase::GetViewShellBase( pDockingWindow->GetBindings().GetDispatcher()->GetFrame() );
ENSURE_OR_RETURN_VOID( pViewShellBase != NULL, "ToolPanelChildWindow::ToolPanelChildWindow: no view shell access!" );
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 08063f9183e7..3401b8d15134 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -434,7 +434,7 @@ BOOL FuDraw::KeyInput(const KeyEvent& rKEvt)
// nicht mehr versucht wird, ein Grafik-Objekt
// zu restaurieren, das gar nicht mehr existiert.
// Alle anderen OLE-Objekte sind davon nicht
- // betroffen (KA 06.10.95)
+ // betroffen
OSL_ASSERT (mpViewShell->GetViewShell()!=NULL);
Client* pIPClient = static_cast<Client*>(
mpViewShell->GetViewShell()->GetIPClient());
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index ef466220fe88..72bd79398488 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -143,9 +143,8 @@ enum SdDocumentSettingsPropertyHandles
HANDLE_GRADIENTTABLEURL, HANDLE_BITMAPTABLEURL, HANDLE_FORBIDDENCHARS, HANDLE_APPLYUSERDATA, HANDLE_PAGENUMFMT,
HANDLE_PRINTERNAME, HANDLE_PRINTERJOB, HANDLE_PARAGRAPHSUMMATION, HANDLE_CHARCOMPRESS, HANDLE_ASIANPUNCT, HANDLE_UPDATEFROMTEMPLATE,
HANDLE_PRINTER_INDEPENDENT_LAYOUT
- // --> PB 2004-08-23 #i33095#
+ // #i33095#
,HANDLE_LOAD_READONLY, HANDLE_SAVE_VERSION
- // <--
,HANDLE_SLIDESPERHANDOUT, HANDLE_HANDOUTHORIZONTAL
};
@@ -206,7 +205,7 @@ enum SdDocumentSettingsPropertyHandles
{ MAP_LEN("IsKernAsianPunctuation"),HANDLE_ASIANPUNCT, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN("UpdateFromTemplate"), HANDLE_UPDATEFROMTEMPLATE, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN("PrinterIndependentLayout"),HANDLE_PRINTER_INDEPENDENT_LAYOUT,&::getCppuType((const sal_Int16*)0), 0, 0 },
- // --> PB 2004-08-23 #i33095#
+ // --> #i33095#
{ MAP_LEN("LoadReadonly"), HANDLE_LOAD_READONLY, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN("SaveVersionOnClose"), HANDLE_SAVE_VERSION, &::getBooleanCppuType(), 0, 0 },
// <--
@@ -831,7 +830,7 @@ void DocumentSettings::_setPropertyValues( const PropertyMapEntry** ppEntries, c
}
break;
- // --> PB 2004-08-23 #i33095#
+ // --> #i33095#
case HANDLE_LOAD_READONLY:
{
sal_Bool bNewValue = sal_False;
@@ -1102,7 +1101,7 @@ void DocumentSettings::_getPropertyValues( const PropertyMapEntry** ppEntries, A
}
break;
- // --> PB 2004-08-23 #i33095#
+ // --> #i33095#
case HANDLE_LOAD_READONLY:
{
*pValue <<= pDocSh->IsLoadReadonly();
diff --git a/sd/source/ui/view/drviewsj.cxx b/sd/source/ui/view/drviewsj.cxx
index 4af83506d5aa..59634aff8cde 100644
--- a/sd/source/ui/view/drviewsj.cxx
+++ b/sd/source/ui/view/drviewsj.cxx
@@ -311,7 +311,7 @@ void DrawViewShell::GetMenuStateSel( SfxItemSet &rSet )
rSet.DisableItem( SID_LINEEND_POLYGON );
rSet.DisableItem( SID_ENTER_GROUP );
- // Jetzt (28.10.96) muessen Namen fuer Objekte eindeutig sein
+ // Jetzt muessen Namen fuer Objekte eindeutig sein
rSet.DisableItem( SID_NAME_GROUP );
// #i68101#
rSet.DisableItem( SID_OBJECT_TITLE_DESCRIPTION );