summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/ControlContainerDescriptor.hxx')
-rw-r--r--sd/source/ui/toolpanel/ControlContainerDescriptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/ControlContainerDescriptor.hxx b/sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
index adf7dbcb1f9e..b4d3f512235d 100644
--- a/sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
+++ b/sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -65,12 +65,12 @@ public:
@param eType
Type of the title bar. This specifies how the title bar
will be formated. For more information see TitleBar.
-
+
*/
ControlContainerDescriptor (
ControlContainer& rContainer,
::Window* pParent,
- ::std::auto_ptr<ILayoutableWindow> pControl,
+ ::std::auto_ptr<ILayoutableWindow> pControl,
const String& rTitle,
TitleBar::TitleBarType eType);