Kaydet (Commit) 3d26d938 authored tarafından Caolán McNamara's avatar Caolán McNamara

c++03

Change-Id: I0ab5427ed39ceda17afa8a8fb8869b810c21fda0
üst ef5e7b69
......@@ -59,8 +59,8 @@ private:
Reference< XFrame > mxFrame;
OUString maCommand;
static const long TABLE_CELLS_HORIZ = 10;
static const long TABLE_CELLS_VERT = 15;
static const long TABLE_CELLS_HORIZ;
static const long TABLE_CELLS_VERT;
long mnTableCellWidth;
long mnTableCellHeight;
......@@ -94,6 +94,9 @@ private:
void CloseAndShowTableDialog();
};
const long TableWindow::TABLE_CELLS_HORIZ = 10;
const long TableWindow::TABLE_CELLS_VERT = 15;
// -----------------------------------------------------------------------
IMPL_LINK_NOARG(TableWindow, SelectHdl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment