summaryrefslogtreecommitdiff
path: root/svtools/inc/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-30 10:16:38 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-30 09:58:16 +0000
commit669b9cd5b8924a121114540adac91cd7e2f8b0ad (patch)
tree066c0eecc2be3d76ed327413140df529912aa8bd /svtools/inc/table
parentf8767ea9e53fda2ab144c7edbee75582b0391f2c (diff)
com::sun::star->css in svtools
Change-Id: I95fd8317ab1142068e0c7b50fc62643fe9f95dc2 Reviewed-on: https://gerrit.libreoffice.org/19683 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/inc/table')
-rw-r--r--svtools/inc/table/gridtablerenderer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/table/gridtablerenderer.hxx b/svtools/inc/table/gridtablerenderer.hxx
index 79f28d7fb74c..fba9c2c4b2cf 100644
--- a/svtools/inc/table/gridtablerenderer.hxx
+++ b/svtools/inc/table/gridtablerenderer.hxx
@@ -86,11 +86,11 @@ namespace svt { namespace table
virtual void ShowCellCursor( vcl::Window& _rView, const Rectangle& _rCursorRect) override;
virtual void HideCellCursor( vcl::Window& _rView, const Rectangle& _rCursorRect) override;
virtual bool FitsIntoCell(
- ::com::sun::star::uno::Any const & i_cellContent,
+ css::uno::Any const & i_cellContent,
OutputDevice& i_targetDevice, Rectangle const & i_targetArea
) const override;
virtual bool GetFormattedCellString(
- ::com::sun::star::uno::Any const & i_cellValue,
+ css::uno::Any const & i_cellValue,
OUString & o_cellString
) const override;