summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/unitconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/unitconverter.hxx')
-rw-r--r--sc/source/filter/inc/unitconverter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index 47db0e8e099e..0453ac7f15be 100644
--- a/sc/source/filter/inc/unitconverter.hxx
+++ b/sc/source/filter/inc/unitconverter.hxx
@@ -68,7 +68,7 @@ public:
/** Final processing after import of all style settings. */
void finalizeImport();
/** Updates internal nulldate for date/serial conversion. */
- void finalizeNullDate( const ::com::sun::star::util::Date& rNullDate );
+ void finalizeNullDate( const css::util::Date& rNullDate );
/** Converts the passed value between the passed units. */
double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;
@@ -79,9 +79,9 @@ public:
double scaleFromMm100( sal_Int32 nMm100, Unit eUnit ) const;
/** Returns the serial value of the passed datetime, based on current nulldate. */
- double calcSerialFromDateTime( const ::com::sun::star::util::DateTime& rDateTime ) const;
+ double calcSerialFromDateTime( const css::util::DateTime& rDateTime ) const;
/** Returns the datetime of the passed serial value, based on current nulldate. */
- ::com::sun::star::util::DateTime calcDateTimeFromSerial( double fSerial ) const;
+ css::util::DateTime calcDateTimeFromSerial( double fSerial ) const;
/** Returns a BIFF error code from the passed error string. */
sal_uInt8 calcBiffErrorCode( const OUString& rErrorCode ) const;