summaryrefslogtreecommitdiff
path: root/svx/inc/svx/itemwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/itemwin.hxx')
-rw-r--r--svx/inc/svx/itemwin.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/inc/svx/itemwin.hxx b/svx/inc/svx/itemwin.hxx
index af674b6f75..e731deb650 100644
--- a/svx/inc/svx/itemwin.hxx
+++ b/svx/inc/svx/itemwin.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
@@ -43,7 +43,6 @@ class SfxObjectShell;
class SvxLineBox : public LineLB
{
- BmpColorMode meBmpMode;
USHORT nCurPos;
Timer aDelayTimer;
Size aLogicalSize;
@@ -57,7 +56,7 @@ class SvxLineBox : public LineLB
void ReleaseFocus_Impl();
#endif
public:
- SvxLineBox( Window* pParent,
+ SvxLineBox( Window* pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,
WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
~SvxLineBox();
@@ -93,7 +92,7 @@ class SvxColorBox : public ColorLB
#endif
public:
- SvxColorBox( Window* pParent,
+ SvxColorBox( Window* pParent,
const rtl::OUString& rCommand,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,
WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
@@ -135,7 +134,7 @@ protected:
virtual void DataChanged( const DataChangedEvent& rDCEvt );
public:
- SvxMetricField( Window* pParent,
+ SvxMetricField( Window* pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,
WinBits nBits = WB_BORDER | WB_SPIN | WB_REPEAT );
~SvxMetricField();