diff options
Diffstat (limited to 'include/svx/sdprcitm.hxx')
-rw-r--r-- | include/svx/sdprcitm.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sdprcitm.hxx b/include/svx/sdprcitm.hxx index 591d5ab1423e..65890a53a42c 100644 --- a/include/svx/sdprcitm.hxx +++ b/include/svx/sdprcitm.hxx @@ -23,10 +23,10 @@ #include <svx/svxdllapi.h> -//------------------------------------------------------------ + // class SdrPercentItem // Integer percents of 0 -//------------------------------------------------------------ + class SVX_DLLPUBLIC SdrPercentItem : public SfxUInt16Item { @@ -41,10 +41,10 @@ public: virtual SfxItemPresentation GetPresentation(SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString& rText, const IntlWrapper * = 0) const; }; -//------------------------------------------------------------ + // class SdrSignedPercentItem // Integer percents of +/- -//------------------------------------------------------------ + class SVX_DLLPUBLIC SdrSignedPercentItem : public SfxInt16Item { |