summaryrefslogtreecommitdiff
path: root/writerfilter/inc/resourcemodel/Fraction.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 20:38:45 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 20:38:45 +0200
commitff2f7926a5f818981e77869bf41a45e4fa56f521 (patch)
tree3bbccec1edbe9d8c90603e2f0eff921ff29b27a2 /writerfilter/inc/resourcemodel/Fraction.hxx
parent68ef83dbd75b7f25466e007140aedb9ed3694e50 (diff)
gnumake4: switching gbuildization
* mostly switching to gnumake4/writerfilter10 gbuild implementation (thanks mst, hb)
Diffstat (limited to 'writerfilter/inc/resourcemodel/Fraction.hxx')
-rw-r--r--writerfilter/inc/resourcemodel/Fraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/inc/resourcemodel/Fraction.hxx b/writerfilter/inc/resourcemodel/Fraction.hxx
index 152e6a694d6d..9fc07b316946 100644
--- a/writerfilter/inc/resourcemodel/Fraction.hxx
+++ b/writerfilter/inc/resourcemodel/Fraction.hxx
@@ -35,7 +35,7 @@
namespace writerfilter {
namespace resourcemodel {
-class WRITERFILTER_RESOURCEMODEL_DLLPUBLIC Fraction
+class WRITERFILTER_DLLPUBLIC Fraction
{
public:
explicit Fraction(sal_Int32 nNumerator, sal_Int32 nDenominator = 1);