summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dialcontrol.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:06:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:06:48 +0000
commit9de4ffb6fa8ace3df30cf0f7e7497785b739c85f (patch)
treeaeaa1abdc6c92eb4ac10918a45beeb4e46144656 /svx/source/dialog/dialcontrol.cxx
parent34866cd8e5d93912f300ae5f30e5f1918202d7c1 (diff)
INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED
2006/05/04 14:46:51 os 1.4.222.1: warnings removed
Diffstat (limited to 'svx/source/dialog/dialcontrol.cxx')
-rw-r--r--svx/source/dialog/dialcontrol.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx
index db2d245ef307..a5b3c3850b42 100644
--- a/svx/source/dialog/dialcontrol.cxx
+++ b/svx/source/dialog/dialcontrol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dialcontrol.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:57:35 $
+ * last change: $Author: hr $ $Date: 2006-06-19 15:06:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -266,8 +266,8 @@ struct DialControl_Impl
NumericField* mpLinkField;
Size maWinSize;
Font maWinFont;
- sal_uInt32 mnAngle;
- sal_uInt32 mnOldAngle;
+ sal_Int32 mnAngle;
+ sal_Int32 mnOldAngle;
long mnCenterX;
long mnCenterY;
bool mbNoRot;
@@ -333,7 +333,7 @@ DialControl::~DialControl()
{
}
-void DialControl::Paint( const Rectangle& rRect )
+void DialControl::Paint( const Rectangle& )
{
Point aPos;
DrawBitmapEx( aPos, mpImpl->maBmpBuffered.GetBitmapEx( aPos, mpImpl->maWinSize ) );