formatting

This commit is contained in:
Erik Faye-Lund 2009-01-13 10:31:46 +00:00
parent 8d58ac16e3
commit fa03d803e2

View File

@ -32,7 +32,7 @@ public:
if (NULL == document) return 0; if (NULL == document) return 0;
return document->getRows(); return document->getRows();
} }
void editEnterValue(); void editEnterValue();
void editDelete(); void editDelete();
void editCopy(); void editCopy();
@ -167,7 +167,7 @@ private:
std::basic_string<TCHAR> editString; std::basic_string<TCHAR> editString;
HWND hwnd; HWND hwnd;
UINT clipboardFormat; UINT clipboardFormat;
}; };