diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-09 00:00:16 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-09 00:07:23 +0200 |
commit | dcddd5b0ac73ade778f75f4a84545641d0614b5b (patch) | |
tree | 8f8558878bd9841d2d0769175a22724fc6c83c9e /svx | |
parent | 4d7581b9075d826feebfb095310c74627314a484 (diff) |
GetUnitString depends on svdtrans.hxx
Change-Id: I17d922201b1ad253dfcdfb0afdaf4dea95631874
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/dlgunit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/dialog/dlgunit.hxx b/svx/source/dialog/dlgunit.hxx index b8ebed52fe92..bc6f57082a56 100644 --- a/svx/source/dialog/dlgunit.hxx +++ b/svx/source/dialog/dlgunit.hxx @@ -28,6 +28,8 @@ #ifndef _SVX_DLG_DLGUNIT_HXX #define _SVX_DLG_DLGUNIT_HXX +#include <svx/svdtrans.hxx> + inline String GetUnitString( long nVal_100, FieldUnit eFieldUnit, sal_Unicode cSep ) { String aVal = rtl::OUString::valueOf(static_cast<sal_Int64>( |