summaryrefslogtreecommitdiff
path: root/svx/source/table/tableundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tableundo.hxx')
-rw-r--r--svx/source/table/tableundo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index ffb3082f7218..54796f603fdb 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -59,12 +59,12 @@ private:
sdr::properties::TextProperties* mpProperties;
OutlinerParaObject* mpOutlinerParaObject;
- ::com::sun::star::table::CellContentType mnCellContentType;
+ css::table::CellContentType mnCellContentType;
- OUString msFormula;
+ OUString msFormula;
double mfValue;
::sal_Int32 mnError;
- bool mbMerged;
+ bool mbMerged;
::sal_Int32 mnRowSpan;
::sal_Int32 mnColSpan;
@@ -253,7 +253,7 @@ private:
struct Data
{
TableStyleSettings maSettings;
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > mxTableStyle;
+ css::uno::Reference< css::container::XIndexAccess > mxTableStyle;
};
void setData( const Data& rData );