summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/toolboxcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/toolboxcontroller.hxx')
-rw-r--r--reportdesign/source/ui/inc/toolboxcontroller.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/ui/inc/toolboxcontroller.hxx b/reportdesign/source/ui/inc/toolboxcontroller.hxx
index 0b12e6551176..d55cb94dea48 100644
--- a/reportdesign/source/ui/inc/toolboxcontroller.hxx
+++ b/reportdesign/source/ui/inc/toolboxcontroller.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
@@ -39,7 +39,7 @@
class SfxToolBoxControl;
namespace rptui
{
- typedef ::cppu::ImplHelper2 < ::com::sun::star::lang::XServiceInfo,
+ typedef ::cppu::ImplHelper2 < ::com::sun::star::lang::XServiceInfo,
::com::sun::star::frame::XSubToolbarController> TToolboxController_BASE;
typedef ::comphelper::ImplementationReference<SfxToolBoxControl,::com::sun::star::frame::XToolbarController> TToolbarHelper;
@@ -47,10 +47,10 @@ namespace rptui
,public TToolboxController_BASE
{
DECLARE_STL_USTRINGACCESS_MAP(sal_Bool,TCommandState);
- TCommandState m_aStates;
+ TCommandState m_aStates;
TToolbarHelper m_pToolbarController;
- sal_uInt16 m_nToolBoxId;
- sal_uInt16 m_nSlotId;
+ sal_uInt16 m_nToolBoxId;
+ sal_uInt16 m_nSlotId;
OToolboxController(const OToolboxController&);
void operator =(const OToolboxController&);
public: