summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 3a33a282b9ec..fff251a6857e 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -54,7 +54,6 @@
// -----------------------------------------------------------------------------
using ::editeng::SvxBorderLine;
-using ::rtl::OUString;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
@@ -1753,7 +1752,7 @@ void SAL_CALL Cell::disposing( const EventObject& /*Source*/ ) throw (RuntimeExc
static OUString getCellName( sal_Int32 nCol, sal_Int32 nRow )
{
- rtl::OUStringBuffer aBuf;
+ OUStringBuffer aBuf;
if (nCol < 26*26)
{