Kaydet (Commit) ad5cf8e3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED

2006/05/04 14:47:02 os 1.6.220.2: warnings removed
2006/04/20 14:49:42 cl 1.6.220.1: warning free code changes
üst ac4d849c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: rlrcitem.cxx,v $ * $RCSfile: rlrcitem.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 21:57:04 $ * last change: $Author: hr $ $Date: 2006-06-19 15:27:12 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#ifndef _SFXRECTITEM_HXX #ifndef _SFXRECTITEM_HXX
#include <svtools/rectitem.hxx> #include <svtools/rectitem.hxx>
#endif #endif
#pragma hdrstop
#define ITEMID_LRSPACE 0 #define ITEMID_LRSPACE 0
#define ITEMID_ULSPACE 0 #define ITEMID_ULSPACE 0
...@@ -60,8 +59,8 @@ ...@@ -60,8 +59,8 @@
// class SvxRulerItem ---------------------------------------------------- // class SvxRulerItem ----------------------------------------------------
SvxRulerItem::SvxRulerItem(USHORT nId, SvxRuler &rRul, SfxBindings &rBindings) SvxRulerItem::SvxRulerItem(USHORT _nId, SvxRuler &rRul, SfxBindings &rBindings)
: SfxControllerItem(nId, rBindings), : SfxControllerItem(_nId, rBindings),
rRuler(rRul) rRuler(rRul)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment