Kaydet (Commit) 4a5b2c01 authored tarafından Takeshi Abe's avatar Takeshi Abe

Remove unused code

Change-Id: I3ec10c31139c369ff6950ada57ee3d3f4e8f2d34
üst 5b6d4696
...@@ -39,20 +39,11 @@ ...@@ -39,20 +39,11 @@
// Local Defines and Function // Local Defines and Function
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
inline void EnableDisable( Window& rWin, sal_Bool bEnable )
{
if (bEnable)
rWin.Enable();
else
rWin.Disable();
}
static long nStaticTabs[]= static long nStaticTabs[]=
{ {
5,10,65,120,170,220 5,10,65,120,170,220
}; };
#define MIN_DISTANCE 6
#define WRITER_DATE 2 #define WRITER_DATE 2
#define CALC_DATE 3 #define CALC_DATE 3
......
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