diff options
Diffstat (limited to 'writerfilter/inc/resourcemodel/Fraction.hxx')
-rw-r--r-- | writerfilter/inc/resourcemodel/Fraction.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/writerfilter/inc/resourcemodel/Fraction.hxx b/writerfilter/inc/resourcemodel/Fraction.hxx index 65e5ef251d15..9fc07b316946 100644 --- a/writerfilter/inc/resourcemodel/Fraction.hxx +++ b/writerfilter/inc/resourcemodel/Fraction.hxx @@ -30,10 +30,12 @@ #include <sal/types.h> +#include <WriterFilterDllApi.hxx> + namespace writerfilter { namespace resourcemodel { -class Fraction +class WRITERFILTER_DLLPUBLIC Fraction { public: explicit Fraction(sal_Int32 nNumerator, sal_Int32 nDenominator = 1); @@ -60,4 +62,4 @@ private: }} #endif // INCLUDED_FRACTION_HXX -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |