[Libreoffice-commits] core.git: Branch 'feature/sc-notes-storage' - sc/inc
Laurent Godard
lgodard.libre at laposte.net
Fri Oct 4 01:13:14 PDT 2013
sc/inc/table.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 193d6869c70be87d441c39e93ff4da0a05905613
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Fri Oct 4 10:12:19 2013 +0200
remove no more used typedef
Change-Id: I8a7e9659d2a3a106c650a3e4a9019c2b0e8b0217
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 2715983..e35a656 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -106,8 +106,6 @@ class ScTable : boost::noncopyable
{
private:
typedef ::std::vector< ScRange > ScRangeVec;
- typedef ::std::pair< SCCOL, SCROW > ScAddress2D;
- typedef ::std::vector< ScAddress2D > ScAddress2DVec;
ScColumn aCol[MAXCOLCOUNT];
More information about the Libreoffice-commits
mailing list