summaryrefslogtreecommitdiff
path: root/svtools/source/misc/helpagentwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/helpagentwindow.cxx')
-rw-r--r--svtools/source/misc/helpagentwindow.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svtools/source/misc/helpagentwindow.cxx b/svtools/source/misc/helpagentwindow.cxx
index 46118ffbabfc..7aa9ebf3e427 100644
--- a/svtools/source/misc/helpagentwindow.cxx
+++ b/svtools/source/misc/helpagentwindow.cxx
@@ -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
@@ -37,7 +37,7 @@
#include <svtools/svtools.hrc>
#include <svtools/helpid.hrc>
-#define WB_AGENT_STYLE 0
+#define WB_AGENT_STYLE 0
//........................................................................
namespace svt
@@ -57,7 +57,7 @@ namespace svt
public:
CloserButton_Impl( Window* pParent, WinBits nBits ) : ImageButton( pParent, nBits ) {}
- virtual void MouseButtonUp( const MouseEvent& rMEvt );
+ virtual void MouseButtonUp( const MouseEvent& rMEvt );
};
//--------------------------------------------------------------------
@@ -123,10 +123,10 @@ namespace svt
{
FloatingWindow::Paint(rRect);
- Size aOutputSize( GetOutputSizePixel() );
- Point aPoint=Point();
- Rectangle aOutputRect( aPoint, aOutputSize );
- Rectangle aInnerRect( aOutputRect );
+ Size aOutputSize( GetOutputSizePixel() );
+ Point aPoint=Point();
+ Rectangle aOutputRect( aPoint, aOutputSize );
+ Rectangle aInnerRect( aOutputRect );
// paint the background
SetLineColor( GetSettings().GetStyleSettings().GetFaceColor() );
@@ -182,7 +182,7 @@ namespace svt
}
//........................................................................
-} // namespace svt
+} // namespace svt
//........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */