summaryrefslogtreecommitdiffstats
path: root/svx/inc/sdr
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-10-23 17:41:47 +0200
committerJan Holesovsky <kendy@collabora.com>2014-10-23 18:34:39 +0200
commit31af61ea091cc895b893c849f2130aa35792b7db (patch)
tree6c7b63c5b538034bd5d356c5a8667b7e95d59b9c /svx/inc/sdr
parentFraction: Revert "-Werror,-Wliteral-conversion (implicit conversion from doub... (diff)
downloadcore-31af61ea091cc895b893c849f2130aa35792b7db.tar.gz
core-31af61ea091cc895b893c849f2130aa35792b7db.zip
Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"
This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r--svx/inc/sdr/properties/itemsettools.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/itemsettools.hxx b/svx/inc/sdr/properties/itemsettools.hxx
index ef365727b087..d930e176b24b 100644
--- a/svx/inc/sdr/properties/itemsettools.hxx
+++ b/svx/inc/sdr/properties/itemsettools.hxx
@@ -28,7 +28,7 @@
class SdrObject;
class SfxItemSet;
class Rectangle;
-namespace boost { template<class T> class rational; }
+class Fraction;
// class to remember broadcast start positions
@@ -57,7 +57,7 @@ namespace sdr
{
namespace properties
{
- void ScaleItemSet(SfxItemSet& rSet, const boost::rational<long>& rScale);
+ void ScaleItemSet(SfxItemSet& rSet, const Fraction& rScale);
} // end of namespace properties
} // end of namespace sdr