summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xlstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlstyle.hxx')
-rw-r--r--sc/source/filter/inc/xlstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlstyle.hxx b/sc/source/filter/inc/xlstyle.hxx
index f6b00a6590ed..f861cecd9bb7 100644
--- a/sc/source/filter/inc/xlstyle.hxx
+++ b/sc/source/filter/inc/xlstyle.hxx
@@ -361,7 +361,7 @@ struct XclFontData
/** Returns the API font text encoding. */
sal_Int16 GetApiFontEncoding() const;
/** Returns the API font posture. */
- ::com::sun::star::awt::FontSlant GetApiPosture() const;
+ css::awt::FontSlant GetApiPosture() const;
/** Returns the API font weight. */
float GetApiWeight() const;
/** Returns the API font underline style. */
@@ -376,7 +376,7 @@ struct XclFontData
/** Sets the API font family. */
void SetApiFamily( sal_Int16 nApiFamily );
/** Sets the API font posture. */
- void SetApiPosture( ::com::sun::star::awt::FontSlant eApiPosture );
+ void SetApiPosture( css::awt::FontSlant eApiPosture );
/** Sets the API font weight. */
void SetApiWeight( float fApiWeight );
/** Sets the API font underline style. */